aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-02-15 12:36:21 +0000
committerBruce Evans <bde@FreeBSD.org>1999-02-15 12:36:21 +0000
commit9a536bfc65298a4acb838f5e707ef959ae3a8194 (patch)
tree7976295a741756f5d4a932669834a892cea1ed0a /usr.bin
parent02819e70336de03ff6b4f0fe5e156f04ba82b11e (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/doscmd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile
index e419fbe0e10f3..5fb64e1817fbd 100644
--- a/usr.bin/doscmd/Makefile
+++ b/usr.bin/doscmd/Makefile
@@ -1,6 +1,6 @@
# from BSDI Makefile,v 2.6 1996/04/08 20:06:40 bostic Exp
#
-# $Id: Makefile,v 1.13 1998/09/24 01:11:45 luoqi Exp $
+# $Id: Makefile,v 1.14 1999/01/22 12:45:27 jdp Exp $
PROG= doscmd
SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cpu.c dos.c cmos.c config.c \
@@ -71,6 +71,6 @@ NEED_LIBNAMES= yes
# This must be after bsd.prog.mk is included so that ${OBJS} in the
# dependency gets expanded.
doscmd.kernel: crt0.o ${OBJS} ${DPADD}
- ld -N -Bstatic -T 110000 -o doscmd.kernel ${LDFLAGS} \
+ ld -N -Bstatic -T 110000 -o doscmd.kernel ${LDFLAGS:N-static} \
crt0.o ${OBJS} ${LDADD}
.endif