1# $FreeBSD$
2
3PROG=	ns
4SRCS=	ns.c
5
6CFLAGS+= -DBRIDGING
7MAN=
8
9.include <bsd.prog.mk>
10