diff options
author | ache <ache@FreeBSD.org> | 2001-07-24 18:33:26 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-07-24 18:33:26 +0000 |
commit | 8a1554a5e0881985c06a6d7f8daef2442bf283f8 (patch) | |
tree | 1556536de873b331b6a9f4b5ca68372bd89ff9f4 /usr.bin/doscmd | |
parent | 11a219dc8bda8815bec6a56cbf917d0ee1dbede4 (diff) | |
download | FreeBSD-src-8a1554a5e0881985c06a6d7f8daef2442bf283f8.zip FreeBSD-src-8a1554a5e0881985c06a6d7f8daef2442bf283f8.tar.gz |
Add -I${.OBJDIR} to pick generated font*.h
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r-- | usr.bin/doscmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 2400384..a2969c3 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" |