freebsd-dev/release/picobsd/tinyware/ns/Makefile
Andrzej Bialecki 09b41007d5 Once again turn off the BRIDGING - it's not yet ready to be the default...
Submitted by:	Randal S. Masutani <randal@comtest.com>
1998-09-29 11:27:34 +00:00

11 lines
132 B
Makefile

# $Id: Makefile,v 1.3 1998/09/23 15:22:14 abial Exp $
#
PROG=ns
SRCS= ns.c
#CFLAGS+=-DBRIDGING
NOMAN=yes
.include <bsd.prog.mk>