From 96794781ccc00aa13e4bc2b7350dc8174e13c26c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 20 Dec 2004 19:24:38 +0000 Subject: [PATCH] Move the doscmd: depdendancy to after the .include so it does not override the ${PROG} target. --- usr.bin/doscmd/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index f51c2fd7af..5493727b73 100644 --- a/usr.bin/doscmd/Makefile +++ b/usr.bin/doscmd/Makefile @@ -1,7 +1,7 @@ # from BSDI Makefile,v 2.6 1996/04/08 20:06:40 bostic Exp # # $FreeBSD: src/usr.bin/doscmd/Makefile,v 1.21.2.5 2002/08/07 16:32:01 ru Exp $ -# $DragonFly: src/usr.bin/doscmd/Makefile,v 1.3 2004/03/20 16:27:41 drhodus Exp $ +# $DragonFly: src/usr.bin/doscmd/Makefile,v 1.4 2004/12/20 19:24:38 dillon Exp $ PROG= doscmd SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cmos.c config.c cpu.c cwd.c \ @@ -39,8 +39,6 @@ beforeinstall: ${INSTALL} -o ${BINOWN} -g ${EXEGRP} -m ${SHAREMODE} \ fonts.dir ${DESTDIR}/usr/libdata/doscmd/fonts -doscmd: ${FONTFILES} ${FONTHDRS} emsdriv.sys redir.com - cp437-8x8.pcf.gz: cp437-8x8.pcf.gz.uu uudecode ${.CURDIR}/cp437-8x8.pcf.gz.uu @@ -74,3 +72,8 @@ redir.com: redir.com.uu NEED_LIBNAMES= yes .include + +# add dependancy after inclusion so we do not override the ${PROG}: target. +# +doscmd: ${FONTFILES} ${FONTHDRS} emsdriv.sys redir.com + -- 2.35.2