summaryrefslogtreecommitdiff
path: root/distrib/special/ping
diff options
context:
space:
mode:
authorChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2011-09-17 14:05:28 +0000
committerChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2011-09-17 14:05:28 +0000
commitec1c0005e64d1684b9ceb2a5175645c525d6e3e3 (patch)
treed4a46d54ebb26b3d1a1c8d4fde9119c88c25bfef /distrib/special/ping
parentb1e7c8b16048be3382c7223d4da0fa2c5ab21953 (diff)
Add SMALL infrastructure to ping.
ok mcbride@ sthen@
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>