summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/ping/Makefile3
-rw-r--r--sbin/ping6/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 5108849e042..5fb76e24f03 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 2004/11/10 22:07:46 drahn Exp $
+# $OpenBSD: Makefile,v 1.6 2013/04/16 16:51:35 deraadt Exp $
PROG= ping
MAN= ping.8
BINOWN= root
BINMODE=4555
-LDSTATIC=${STATIC}
.include <bsd.prog.mk>
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index a56fb0fbdf5..3a63793de72 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2006/12/19 14:48:45 itojun Exp $
+# $OpenBSD: Makefile,v 1.10 2013/04/16 16:51:36 deraadt Exp $
PROG= ping6
MAN= ping6.8
@@ -9,6 +9,5 @@ DPADD= ${LIBM}
BINOWN= root
BINGRP= bin
BINMODE=4555
-LDSTATIC=${STATIC}
.include <bsd.prog.mk>