summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-04-16 16:51:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-04-16 16:51:37 +0000
commit4f8ed32bee9d9b45dc66c39b6962b74a25276745 (patch)
tree638c913ef57b196b6483a2cf543333358ea96f62 /sbin
parentd0c1277307eb73ca2dad7eee298c32447eff4188 (diff)
These are already static, because of ../Makefile.inc
Diffstat (limited to 'sbin')
-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>