]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - release/picobsd/tinyware/ns/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / release / picobsd / tinyware / ns / Makefile
1 # $FreeBSD$
2
3 PROG=   ns
4 SRCS=   ns.c
5
6 CFLAGS+= -DBRIDGING
7 NO_MAN=
8
9 .include <bsd.prog.mk>