summaryrefslogtreecommitdiff
path: root/sys/modules/tl
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-08-10 17:15:20 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-08-10 17:15:20 +0000
commit08339b4fa4529ed2e039bd30084000c225588988 (patch)
treec81d3f39a66c38de5c48dc518fee73c9fc89f4c4 /sys/modules/tl
parentf0ebbc29854d25a88f584c7333104c502df4a2d2 (diff)
downloadsrc-test2-08339b4fa4529ed2e039bd30084000c225588988.tar.gz
src-test2-08339b4fa4529ed2e039bd30084000c225588988.zip
Notes
Diffstat (limited to 'sys/modules/tl')
-rw-r--r--sys/modules/tl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile
index 515026854aeb..d4108d1cac51 100644
--- a/sys/modules/tl/Makefile
+++ b/sys/modules/tl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1999/07/06 19:23:01 des Exp $
+# $Id: Makefile,v 1.1 1999/07/23 05:47:59 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += tl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
tl.h:
- echo "#define NFXP 1" > tl.h
+ echo "#define NTL 1" > tl.h
bpf.h:
echo "#define NBPF 1" > bpf.h