diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-12 11:14:41 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-12 11:14:41 +0000 |
commit | ce95ddcf14bf73f6aaea49e4b4628edea6a13f41 (patch) | |
tree | 4962c6135b4e06f6f0288bacaeef6c10950f6b2a /emulators | |
parent | 68e8ff73d6e89d9e36c1297cab4e4a2d18d8a014 (diff) | |
download | FreeBSD-ports-ce95ddcf14bf73f6aaea49e4b4628edea6a13f41.zip FreeBSD-ports-ce95ddcf14bf73f6aaea49e4b4628edea6a13f41.tar.gz |
Activate vice.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1988a2f..49100e5 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1998/02/10 03:07:37 jkh Exp $ +# $Id: Makefile,v 1.24 1998/02/21 21:25:03 steve Exp $ # SUBDIR += aftp @@ -26,6 +26,7 @@ SUBDIR += stonx SUBDIR += tkhfs SUBDIR += vgb + SUBDIR += vice SUBDIR += vmsbackup SUBDIR += wine SUBDIR += x48 |