Makefile revision 76522
1# $FreeBSD: head/sys/modules/nge/Makefile 76522 2001-05-12 19:51:40Z wpaul $
2
3.PATH: ${.CURDIR}/../../dev/nge
4
5KMOD=	if_nge
6SRCS=	if_nge.c miibus_if.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
7CLEANFILES=	vlan.h
8
9vlan.h:
10	touch vlan.h
11
12.include <bsd.kmod.mk>
13