diff options
author | wiz <wiz> | 2004-02-27 15:37:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-02-27 15:37:24 +0000 |
commit | f233882ee8094950b0f004af4d2b201328c263d3 (patch) | |
tree | 3ca4948f0c450fecae962e138c51932282fbc9a4 /emulators | |
parent | aa4f8be01b0e7c24e2cee2269c159f56861c86db (diff) | |
download | pkgsrc-f233882ee8094950b0f004af4d2b201328c263d3.tar.gz |
Add and enable uips.
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 5acca09489b..47bf09e835d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2004/01/23 09:12:59 skrll Exp $ +# $NetBSD: Makefile,v 1.95 2004/02/27 15:37:24 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -85,6 +85,7 @@ SUBDIR+= swarm SUBDIR+= tme SUBDIR+= twin SUBDIR+= uae +SUBDIR+= uips SUBDIR+= vba SUBDIR+= vice SUBDIR+= vmware |