summaryrefslogtreecommitdiff
path: root/distrib/special/ping
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/ping')
-rw-r--r--distrib/special/ping/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/special/ping/Makefile b/distrib/special/ping/Makefile
new file mode 100644
index 00000000000..777e0aa2483
--- /dev/null
+++ b/distrib/special/ping/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2011/09/17 14:05:27 haesbaert Exp $
+
+PROG= ping
+COPTS+= -DSMALL
+.PATH: ${.CURDIR}/../../../sbin/ping
+
+.include <bsd.prog.mk>