aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware/ns
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>1999-08-17 03:30:34 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>1999-08-17 03:30:34 +0000
commit6bbeddc1ea604393b41998fc6719de3af6fb5f20 (patch)
tree7a0ba01887835648e20e332057232f95ee8b4f14 /release/picobsd/tinyware/ns
parent2d3411d359b41fd89ec03475fcba48ab456a43d4 (diff)
downloadsrc-6bbeddc1ea604393b41998fc6719de3af6fb5f20.tar.gz
src-6bbeddc1ea604393b41998fc6719de3af6fb5f20.zip
Enable printing of bridging statistics.
Notes
Notes: svn path=/head/; revision=49941
Diffstat (limited to 'release/picobsd/tinyware/ns')
-rw-r--r--release/picobsd/tinyware/ns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/tinyware/ns/Makefile b/release/picobsd/tinyware/ns/Makefile
index 4a455a6be58c..9e638bf924e2 100644
--- a/release/picobsd/tinyware/ns/Makefile
+++ b/release/picobsd/tinyware/ns/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.3 1998/09/23 15:22:14 abial Exp $
+# $Id: Makefile,v 1.4 1998/09/29 11:27:34 abial Exp $
#
PROG=ns
SRCS= ns.c
-#CFLAGS+=-DBRIDGING
+CFLAGS+=-DBRIDGING
NOMAN=yes
.include <bsd.prog.mk>