summaryrefslogtreecommitdiff
path: root/sys/modules/ti
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/ti
parentf0ebbc29854d25a88f584c7333104c502df4a2d2 (diff)
Notes
Diffstat (limited to 'sys/modules/ti')
-rw-r--r--sys/modules/ti/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index b3d2064fcff6..9fd0b6b0fc37 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/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:58 wpaul Exp $
S = ${.CURDIR}/../..
.PATH: $S/pci
@@ -8,7 +8,7 @@ CLEANFILES += ti.h bpf.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
ti.h:
- echo "#define NFXP 1" > ti.h
+ echo "#define NTI 1" > ti.h
bpf.h:
echo "#define NBPF 1" > bpf.h