diff options
-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> |