summaryrefslogtreecommitdiff
path: root/usr.bin/bgplg/ping6
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bgplg/ping6')
-rw-r--r--usr.bin/bgplg/ping6/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/bgplg/ping6/Makefile b/usr.bin/bgplg/ping6/Makefile
new file mode 100644
index 00000000000..837a56d076c
--- /dev/null
+++ b/usr.bin/bgplg/ping6/Makefile
@@ -0,0 +1,14 @@
+# $OpenBSD: Makefile,v 1.1 2010/04/02 21:20:49 sthen Exp $
+
+PROGDIR= ${.CURDIR}/../../../sbin/ping6
+
+LDSTATIC= -static
+CFLAGS+= -I${PROGDIR}
+NOMAN= yes
+
+.include "${PROGDIR}/Makefile"
+
+BINDIR= /var/www/bin
+BINMODE= 000
+
+.PATH: ${PROGDIR}