11 lines
131 B
Makefile
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>
|
|
|
|
|