summaryrefslogtreecommitdiffstats
path: root/usr.bin/atm/sscop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/atm/sscop/Makefile')
-rw-r--r--usr.bin/atm/sscop/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile
new file mode 100644
index 0000000..48138ec
--- /dev/null
+++ b/usr.bin/atm/sscop/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
+
+.PATH: ${CONTRIB}
+
+PROG= sscop
+SRCS= common.c sscop_main.c
+WARNS?= 6
+CFLAGS+= -I${CONTRIB}
+
+DPADD+= ${LIBISC} ${LIBNETGRAPH} ${LIBNGATM}
+LDADD+= ${LIBISC} ${LIBNETGRAPH} ${LIBNGATM}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud