From 6bbeddc1ea604393b41998fc6719de3af6fb5f20 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 17 Aug 1999 03:30:34 +0000 Subject: [PATCH] Enable printing of bridging statistics. --- release/picobsd/tinyware/ns/Makefile | 4 ++-- 1 file 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