1 2.PATH: ${SRCTOP}/sys/dev/amdsmn 3 4KMOD= amdsmn 5SRCS= amdsmn.c bus_if.h device_if.h pci_if.h 6 7EXPORT_SYMS= YES 8 9.include <bsd.kmod.mk> 10