opnsense-src/release/picobsd/tinyware/ns/Makefile

10 lines
89 B
Makefile
Raw Normal View History

1999-08-27 21:35:59 -04:00
# $FreeBSD$
1998-08-27 13:38:45 -04:00
PROG= ns
SRCS= ns.c
1998-08-27 13:38:45 -04:00
CFLAGS+= -DBRIDGING
NOMAN= yes
1998-08-27 13:38:45 -04:00
.include <bsd.prog.mk>