diff options
Diffstat (limited to 'sbin')
-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} |