]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - release/picobsd/tinyware/ns/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>