diff options
author | adam <adam> | 2003-09-16 10:03:00 +0000 |
---|---|---|
committer | adam <adam> | 2003-09-16 10:03:00 +0000 |
commit | 3e8efa5ae0b9fdae370b792650a974af9c1cb5e4 (patch) | |
tree | 10e4b289e68342148d516d9cbad5ba60edfd5836 /emulators | |
parent | 989a40e7bfa91a653ec228db399097c93379e917 (diff) | |
download | pkgsrc-3e8efa5ae0b9fdae370b792650a974af9c1cb5e4.tar.gz |
Added fuse, fuse-utils, libspectrum
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 5423a2523d2..aef3bd6e412 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2003/09/14 19:10:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.85 2003/09/16 10:03:00 adam Exp $ # COMMENT= Emulators for other operating systems @@ -17,6 +17,8 @@ SUBDIR+= dosbox SUBDIR+= doscmd SUBDIR+= fmsx SUBDIR+= freebsd_lib +SUBDIR+= fuse +SUBDIR+= fuse-utils SUBDIR+= generator SUBDIR+= gnuboy SUBDIR+= gpsim @@ -24,6 +26,7 @@ SUBDIR+= hatari SUBDIR+= hercules SUBDIR+= hercules-images SUBDIR+= ia64sim +SUBDIR+= libspectrum SUBDIR+= linux-locale SUBDIR+= linuxppc_lib SUBDIR+= lrmi |