From d7156780d39bcfe9261d9a092c4b4fcbf122a73e Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 28 Nov 1999 18:53:47 +0000 Subject: Removed special rules for building and cleaning device interface files and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). --- sys/modules/tl/Makefile | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'sys/modules/tl/Makefile') diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile index 5c7644a..810ed6f 100644 --- a/sys/modules/tl/Makefile +++ b/sys/modules/tl/Makefile @@ -1,28 +1,10 @@ # $FreeBSD$ -S = ${.CURDIR}/../.. -.PATH: $S/pci +.PATH: ${.CURDIR}/../../pci KMOD = if_tl SRCS = if_tl.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h -CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h -CLEANFILES += miibus_if.h CFLAGS += ${DEBUG_FLAGS} KMODDEPS = miibus -opt_bdg.h: - touch opt_bdg.h - -device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m - perl $S/kern/makedevops.pl -h $S/kern/device_if.m - -bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m - perl $S/kern/makedevops.pl -h $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/dev/mii/miibus_if.m - perl $S/kern/makedevops.pl -h $S/dev/mii/miibus_if.m - .include -- cgit v1.1