diff options
author | abial <abial@FreeBSD.org> | 1998-09-23 15:22:14 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1998-09-23 15:22:14 +0000 |
commit | 5f48c4a83c3622fb25632a7ed6c55c327ecf3c5c (patch) | |
tree | f7b9a0715c60046cc9714969d99d91bceac476f3 /release/picobsd/tinyware/ns | |
parent | 718482b3c9f0ff4d113ad1c3c497900c4681e6d6 (diff) | |
download | FreeBSD-src-5f48c4a83c3622fb25632a7ed6c55c327ecf3c5c.zip FreeBSD-src-5f48c4a83c3622fb25632a7ed6c55c327ecf3c5c.tar.gz |
Turn on support for bridging statistics.
Diffstat (limited to 'release/picobsd/tinyware/ns')
-rw-r--r-- | release/picobsd/tinyware/ns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release/picobsd/tinyware/ns/Makefile b/release/picobsd/tinyware/ns/Makefile index 9679f07..0946ff2 100644 --- a/release/picobsd/tinyware/ns/Makefile +++ b/release/picobsd/tinyware/ns/Makefile @@ -1,9 +1,8 @@ -# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $ +# $Id: Makefile,v 1.2 1998/09/02 11:48:07 abial Exp $ # PROG=ns SRCS= ns.c -# Uncomment this to use Luigi's bridging statistics -# CFLAGS+=-DBRIDGING +CFLAGS+=-DBRIDGING NOMAN=yes .include <bsd.prog.mk> |