Andrzej Bialecki 2effb4d0f5 Added code to display interface table and link layer info, as well
as bridging statistics when using Luigi's bridging code.

Also added some ifdef's to (hopefully) get it to compile under 2.2.x

Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1998-09-02 11:48:07 +00:00

12 lines
189 B
Makefile

# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $
#
PROG=ns
SRCS= ns.c
# Uncomment this to use Luigi's bridging statistics
# CFLAGS+=-DBRIDGING
NOMAN=yes
.include <bsd.prog.mk>