diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
| commit | c68159a6d8eede11766cf13896d0f7670dbd51aa (patch) | |
| tree | b5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/ti | |
| parent | e2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ti')
| -rw-r--r-- | sys/modules/ti/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile index 701e9148cadd..1768c88c9455 100644 --- a/sys/modules/ti/Makefile +++ b/sys/modules/ti/Makefile @@ -1,9 +1,10 @@ # $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 +.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 |
