Makefile revision 76479
1# $FreeBSD: head/sys/modules/nge/Makefile 76479 2001-05-11 19:56:39Z wpaul $
2
3.PATH: ${.CURDIR}/../../dev/nge
4
5KMOD=	if_nge
6SRCS=	if_nge.c 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