Deleted Added
full compact
Makefile (60966) Makefile (70711)
1# $FreeBSD: head/sys/modules/ti/Makefile 60966 2000-05-27 01:14:33Z peter $
1# $FreeBSD: head/sys/modules/ti/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../pci
4KMOD = if_ti
5SRCS = if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
6CLEANFILES = vlan.h
3.PATH: ${.CURDIR}/../../pci
7
4
5KMOD= if_ti
6SRCS= if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
7CLEANFILES= vlan.h
8
8vlan.h:
9 touch vlan.h
10
11.include <bsd.kmod.mk>
9vlan.h:
10 touch vlan.h
11
12.include <bsd.kmod.mk>