diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:16:58 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:16:58 +0000 |
commit | 834babc6712ee2f516a4cf366b2eaaec913242d2 (patch) | |
tree | b367fee5ee33fb033c97c01c40feee7470d4e11a /sbin/Makefile.inc | |
parent | 260ddb786c7c798c17976544ddd76eb0f00e1192 (diff) |
Use $STATIC.
Diffstat (limited to 'sbin/Makefile.inc')
-rw-r--r-- | sbin/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index c248ec793fd..c534fe61ed8 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/06/23 14:29:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1996/09/16 10:16:54 downsj Exp $ # $NetBSD: Makefile.inc,v 1.10 1995/03/18 14:54:22 cgd Exp $ BINDIR?= /sbin -LDSTATIC= -static +LDSTATIC= ${STATIC} |