Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / picobsd / tinyware / ns / Makefile
1 # $FreeBSD: src/release/picobsd/tinyware/ns/Makefile,v 1.7.2.1 2001/04/23 19:43:37 joe Exp $
2 # $DragonFly: src/release/picobsd/tinyware/ns/Attic/Makefile,v 1.2 2003/06/17 04:27:20 dillon Exp $
3
4 PROG=   ns
5 SRCS=   ns.c
6
7 CFLAGS+= -DBRIDGING
8 NOMAN= yes
9
10 .include <bsd.prog.mk>