aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-07-24 18:33:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-07-24 18:33:26 +0000
commit1dab3da10594feecacd55c7b42e4ef8fadb66399 (patch)
tree1556536de873b331b6a9f4b5ca68372bd89ff9f4 /usr.bin/doscmd
parent1b2a4f7a3c211816ec9c5af31bb546d69f29f188 (diff)
downloadsrc-1dab3da10594feecacd55c7b42e4ef8fadb66399.tar.gz
src-1dab3da10594feecacd55c7b42e4ef8fadb66399.zip
Add -I${.OBJDIR} to pick generated font*.h
Notes
Notes: svn path=/head/; revision=80297
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile
index 240038434491..a2969c3d5b70 100644
--- a/usr.bin/doscmd/Makefile
+++ b/usr.bin/doscmd/Makefile
@@ -9,7 +9,7 @@ SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cpu.c dos.c cmos.c config.c \
mem.c mouse.c net.c port.c setver.c signal.c timer.c trace.c trap.c \
tty.c video.c xms.c
-CFLAGS+= -DDISASSEMBLER
+CFLAGS+= -DDISASSEMBLER -I${.OBJDIR}
CLEANFILES= ${FONTFILES} ${FONTHDRS} emsdriv.sys redir.com
.if ${OBJFORMAT} == "aout"