freebsd-dev/release/picobsd/tinyware/ns/Makefile
1998-09-23 15:22:14 +00:00

11 lines
131 B
Makefile

# $Id: Makefile,v 1.2 1998/09/02 11:48:07 abial Exp $
#
PROG=ns
SRCS= ns.c
CFLAGS+=-DBRIDGING
NOMAN=yes
.include <bsd.prog.mk>