diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-23 22:25:58 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-23 22:25:58 +0000 |
commit | 4ee3a7af8f9e21e8adf4b798f7ec1dedff0bee46 (patch) | |
tree | 7c3483c63b2b166f64fafe1f53908d28d12880d9 /emulators/Makefile | |
parent | badcd17d4387d66550b1b66ee93b5c32450a4497 (diff) | |
download | ports-4ee3a7af8f9e21e8adf4b798f7ec1dedff0bee46.tar.gz ports-4ee3a7af8f9e21e8adf4b798f7ec1dedff0bee46.zip |
The doscmd utility, which until now has been part of the base system.
Notes
Notes:
svn path=/head/; revision=105084
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 152cbc94d7be..1a0f30ba8453 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -16,6 +16,7 @@ SUBDIR += dgen-sdl SUBDIR += dlx SUBDIR += dosbox + SUBDIR += doscmd SUBDIR += extract-xiso SUBDIR += fceu SUBDIR += fmsx |