Enable printing of bridging statistics.

This commit is contained in:
Luigi Rizzo 1999-08-17 03:30:34 +00:00
parent 2d3411d359
commit 6bbeddc1ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49941

View File

@ -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>