Makefile revision 106048
1#$FreeBSD: head/sys/modules/em/Makefile 106048 2002-10-27 17:06:03Z mux $
2.PATH:  ${.CURDIR}/../../dev/em
3KMOD    = if_em
4SRCS    = device_if.h bus_if.h pci_if.h opt_bdg.h
5SRCS    += if_em.c if_em_hw.c
6
7.include <bsd.kmod.mk>
8