mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
9 lines
89 B
Makefile
9 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ns
|
|
SRCS= ns.c
|
|
|
|
CFLAGS+= -DBRIDGING
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|