Deleted Added
full compact
Makefile (75878) Makefile (136910)
1# $FreeBSD: head/release/picobsd/tinyware/ns/Makefile 75878 2001-04-23 19:38:41Z joe $
1# $FreeBSD: head/release/picobsd/tinyware/ns/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3PROG= ns
4SRCS= ns.c
5
6CFLAGS+= -DBRIDGING
2
3PROG= ns
4SRCS= ns.c
5
6CFLAGS+= -DBRIDGING
7NOMAN= yes
7NOMAN=
8
9.include <bsd.prog.mk>
8
9.include <bsd.prog.mk>