diff --git a/sys/modules/hme/Makefile b/sys/modules/hme/Makefile new file mode 100644 index 000000000000..466023152561 --- /dev/null +++ b/sys/modules/hme/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/hme + +KMOD= if_hme +SRCS= if_hme.c if_hme_pci.c if_hme_sbus.c device_if.h bus_if.h pci_if.h +SRCS+= miibus_if.h + +.include