summaryrefslogtreecommitdiff
path: root/usr.sbin
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 /usr.sbin
parente799b11d3352edb83ed0edcb94f7232e8a1fc219 (diff)
Use ${STATIC} rather than -static (dont hardcode). ok miod@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/timed/timedc/Makefile4
-rw-r--r--usr.sbin/traceroute/Makefile4
-rw-r--r--usr.sbin/traceroute6/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile
index a51057808ef..91e65aeff4e 100644
--- a/usr.sbin/timed/timedc/Makefile
+++ b/usr.sbin/timed/timedc/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.6 2004/01/23 21:07:38 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2004/11/10 22:07:45 drahn Exp $
#
# @(#)Makefile 5.4 (Berkeley) 5/11/93
PROG= timedc
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
MAN= timedc.8
-LDSTATIC=-static
+LDSTATIC=${STATIC}
.PATH: ${.CURDIR}/../timed
.include "../../Makefile.inc"
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index dc11c9d65d2..ab8ad2c92b8 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 2002/05/12 17:14:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2004/11/10 22:07:46 drahn Exp $
PROG= traceroute
MAN= traceroute.8
BINOWN= root
BINMODE=4555
-LDSTATIC=-static
+LDSTATIC=${STATIC}
.include <bsd.prog.mk>
diff --git a/usr.sbin/traceroute6/Makefile b/usr.sbin/traceroute6/Makefile
index 3baed4f776c..512b6cb985a 100644
--- a/usr.sbin/traceroute6/Makefile
+++ b/usr.sbin/traceroute6/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2002/05/12 17:14:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2004/11/10 22:07:46 drahn Exp $
PROG= traceroute6
BINOWN= root
BINGRP= bin
BINMODE=4555
-LDSTATIC=-static
+LDSTATIC=${STATIC}
CPPFLAGS+=-DINET6 -DHAVE_POLL