diff options
author | tg <tg@FreeBSD.org> | 2001-08-03 10:47:13 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-08-03 10:47:13 +0000 |
commit | 0f2b8ea245e81d2c129d6319196108b8586bed63 (patch) | |
tree | 9feaae3bf176d8437c05b8d7167221352393cdc4 /usr.bin/doscmd | |
parent | c06c65dca54d1e97d4043a1539575c082c4c926e (diff) | |
download | FreeBSD-src-0f2b8ea245e81d2c129d6319196108b8586bed63.zip FreeBSD-src-0f2b8ea245e81d2c129d6319196108b8586bed63.tar.gz |
Sort SRCS.
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r-- | usr.bin/doscmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index f9dc54b..37e90bc 100644 --- a/usr.bin/doscmd/Makefile +++ b/usr.bin/doscmd/Makefile @@ -3,8 +3,8 @@ # $FreeBSD$ PROG= doscmd -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 ems.c emuint.c exe.c i386-pinsn.c \ +SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cmos.c config.c cpu.c cwd.c \ + debug.c disktab.c dos.c doscmd.c ems.c emuint.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 video.c xms.c ${FONTHDRS} |