summaryrefslogtreecommitdiff
path: root/sbin/ping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ping/Makefile')
-rw-r--r--sbin/ping/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 540c356f820..764d110881f 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:37:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2002/05/12 17:14:02 deraadt Exp $
PROG= ping
MAN= ping.8
BINOWN= root
BINMODE=4555
+LDSTATIC=-static
.include <bsd.prog.mk>