diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-08-27 19:45:19 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-08-27 19:45:19 +0000 |
| commit | d0dca9afa453d2990d6e70894bd1da1892ca721c (patch) | |
| tree | 7d4d96594ee92f45a6440663f574c2096f6b5a48 /sys/modules/tl | |
| parent | 7e42e2f81180aad235c7d16ef174ed7dd5635f37 (diff) | |
Notes
Diffstat (limited to 'sys/modules/tl')
| -rw-r--r-- | sys/modules/tl/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile index d4108d1cac51..ab108b95e0dc 100644 --- a/sys/modules/tl/Makefile +++ b/sys/modules/tl/Makefile @@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.1 1999/07/23 05:47:59 wpaul Exp $ +# $Id: Makefile,v 1.2 1999/08/10 17:15:17 wpaul Exp $ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = tl SRCS = if_tl.c tl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS += miibus_if.h CLEANFILES += tl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h +CLEANFILEs += miibus_if.h CFLAGS += ${DEBUG_FLAGS} tl.h: @@ -25,4 +27,7 @@ bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m perl $S/kern/makedevops.pl -h $S/pci/pci_if.m +miibus_if.h: $S/kern/makedevops.pl $S/mii/miibus_if.m + perl $S/kern/makedevops.pl -h $S/mii/miibus_if.m + .include <bsd.kmod.mk> |
