diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-11-10 22:07:47 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-11-10 22:07:47 +0000 |
commit | 3e15ea9c2f144cc35252da55828024da223623b9 (patch) | |
tree | 1fc837d761247bd0069becf109f5aa6eebcfa00d /usr.sbin/traceroute6 | |
parent | e799b11d3352edb83ed0edcb94f7232e8a1fc219 (diff) |
Use ${STATIC} rather than -static (dont hardcode). ok miod@
Diffstat (limited to 'usr.sbin/traceroute6')
-rw-r--r-- | usr.sbin/traceroute6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |