diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-24 18:33:26 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-24 18:33:26 +0000 |
| commit | 1dab3da10594feecacd55c7b42e4ef8fadb66399 (patch) | |
| tree | 1556536de873b331b6a9f4b5ca68372bd89ff9f4 /usr.bin | |
| parent | 1b2a4f7a3c211816ec9c5af31bb546d69f29f188 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 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" |
