freebsd-src/sys/modules/ti/Makefile
Bruce Evans 9e4be63dd6 Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
makefiles.  Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00

12 lines
183 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD = if_ti
SRCS = if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
CLEANFILES = vlan.h
vlan.h:
touch vlan.h
.include <bsd.kmod.mk>