From a07bbbb5112da40aff2f2f17551916b3eb379c67 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 27 Sep 1999 01:04:44 +0000 Subject: Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff. --- sys/modules/tl/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/modules/tl/Makefile') diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile index 5d0587e..c69cf09 100644 --- a/sys/modules/tl/Makefile +++ b/sys/modules/tl/Makefile @@ -3,16 +3,13 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_tl -SRCS = if_tl.c tl.h opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_tl.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h -CLEANFILES += tl.h opt_bdg.h device_if.h bus_if.h pci_if.h +CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h CLEANFILEs += miibus_if.h CFLAGS += ${DEBUG_FLAGS} KMODDEPS = miibus -tl.h: - echo "#define NTL 1" > tl.h - opt_bdg.h: touch opt_bdg.h -- cgit v1.1