summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/Makefile
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1997-08-15 23:41:26 +0000
committerjlemon <jlemon@FreeBSD.org>1997-08-15 23:41:26 +0000
commitd637f4f507efd469c196718fb89e0b3eb445a20d (patch)
tree33d2032c2c6a52ff1d5f64c89c5cd8bbfd3d65b2 /usr.bin/doscmd/Makefile
parent3bc0e3d9d18baa98ce9fc4f6ee87c1e48d91f530 (diff)
downloadFreeBSD-src-d637f4f507efd469c196718fb89e0b3eb445a20d.zip
FreeBSD-src-d637f4f507efd469c196718fb89e0b3eb445a20d.tar.gz
Add support for XMS memory to doscmd.
Submitted by: Helmut F. Wirth <hfwirth@ping.at>
Diffstat (limited to 'usr.bin/doscmd/Makefile')
-rw-r--r--usr.bin/doscmd/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile
index 16799ea..b3d0514 100644
--- a/usr.bin/doscmd/Makefile
+++ b/usr.bin/doscmd/Makefile
@@ -1,15 +1,13 @@
# from BSDI Makefile,v 2.6 1996/04/08 20:06:40 bostic Exp
#
-# $Id: Makefile,v 1.3 1997/08/09 20:04:04 ache Exp $
+# $Id: Makefile,v 1.4 1997/08/12 16:08:02 ache Exp $
PROG= doscmd
MAN1= doscmd.1
-SRCS= AsyncIO.c ParseBuffer.c \
- bios.c callback.c cpu.c dos.c cmos.c config.c cwd.c debug.c disktab.c doscmd.c \
- exe.c i386-pinsn.c int.c \
- int10.c int13.c int14.c int16.c int17.c \
- int1a.c int2f.c intff.c \
- mem.c mouse.c net.c port.c setver.c signal.c timer.c trace.c trap.c tty.c xms.c
+SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cpu.c dos.c cmos.c config.c \
+ cwd.c debug.c disktab.c doscmd.c exe.c i386-pinsn.c int.c int10.c \
+ int13.c int14.c int16.c int17.c int1a.c int2f.c intff.c mem.c mouse.c \
+ net.c port.c setver.c signal.c timer.c trace.c trap.c tty.c xms.c
CLEANFILES= doscmd.kernel crt0.o doscmd_loader.o instbsdi.exe
OpenPOWER on IntegriCloud