diff options
author | jraynard <jraynard@FreeBSD.org> | 1997-11-09 04:34:51 +0800 |
---|---|---|
committer | jraynard <jraynard@FreeBSD.org> | 1997-11-09 04:34:51 +0800 |
commit | 8bd31ab181e99dc391760a9aadc708bf145514b5 (patch) | |
tree | c044d2caa1a3e815dd4f3d2e6a9ef5de39dd36bc /emulators/Makefile | |
parent | 49f055e04febbb51bae5e9bc75800917da5d9fb8 (diff) | |
download | freebsd-ports-gnome-8bd31ab181e99dc391760a9aadc708bf145514b5.tar.gz freebsd-ports-gnome-8bd31ab181e99dc391760a9aadc708bf145514b5.tar.zst freebsd-ports-gnome-8bd31ab181e99dc391760a9aadc708bf145514b5.zip |
Enable sim.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 515a423c337e..2380c003ebc8 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1997/10/31 09:16:07 tg Exp $ +# $Id: Makefile,v 1.17 1997/11/02 14:58:02 jseger Exp $ # SUBDIR += aftp @@ -15,6 +15,7 @@ SUBDIR += mtools SUBDIR += pcemu SUBDIR += prodosemu + SUBDIR += sim SUBDIR += sim6811 SUBDIR += snes9x SUBDIR += spim |