mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
9e4be63dd6
makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
12 lines
183 B
Makefile
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>
|