freebsd-dev/release/picobsd/tinyware/ns/Makefile
1999-08-17 03:30:34 +00:00

11 lines
131 B
Makefile

# $Id: Makefile,v 1.4 1998/09/29 11:27:34 abial Exp $
#
PROG=ns
SRCS= ns.c
CFLAGS+=-DBRIDGING
NOMAN=yes
.include <bsd.prog.mk>