summaryrefslogtreecommitdiff
path: root/sbin/ping6
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-11-10 22:07:47 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-11-10 22:07:47 +0000
commit3e15ea9c2f144cc35252da55828024da223623b9 (patch)
tree1fc837d761247bd0069becf109f5aa6eebcfa00d /sbin/ping6
parente799b11d3352edb83ed0edcb94f7232e8a1fc219 (diff)
Use ${STATIC} rather than -static (dont hardcode). ok miod@
Diffstat (limited to 'sbin/ping6')
-rw-r--r--sbin/ping6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index 25c97fd187e..392e64a42dc 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2002/10/25 02:25:43 itojun Exp $
+# $OpenBSD: Makefile,v 1.8 2004/11/10 22:07:46 drahn Exp $
PROG= ping6
MAN= ping6.8
@@ -11,6 +11,6 @@ CPPFLAGS+= -DINET6 -DHAVE_POLL_H
BINOWN= root
BINGRP= bin
BINMODE=4555
-LDSTATIC=-static
+LDSTATIC=${STATIC}
.include <bsd.prog.mk>