summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-22 12:45:27 +0000
committerjdp <jdp@FreeBSD.org>1999-01-22 12:45:27 +0000
commit551758e3a048295c2756cec49d3b7d8592a0470b (patch)
treee9fd26c7d20f2dceaff24d8e2c26532a1637d344 /usr.bin
parent437e44b9dff02e99c04c2daa5c24388250388519 (diff)
downloadFreeBSD-src-551758e3a048295c2756cec49d3b7d8592a0470b.zip
FreeBSD-src-551758e3a048295c2756cec49d3b7d8592a0470b.tar.gz
Use the new variable NEED_LIBNAMES instead of including
<bsd.libnames.mk> explicitly.
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 b2f2623..e419fbe 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.12 1998/05/31 11:32:38 bde Exp $
+# $Id: Makefile,v 1.13 1998/09/24 01:11:45 luoqi Exp $
PROG= doscmd
SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cpu.c dos.c cmos.c config.c \
@@ -63,7 +63,7 @@ emsdriv.sys: emsdriv.sys.uu
# Make sure the library names are defined. We want to specify the full
# path to the standard crt0.o, and building two binaries in one directory
# breaks the automatic generation of dependencies for binaries.
-.include <bsd.libnames.mk>
+NEED_LIBNAMES= yes
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud