diff options
author | tv <tv@pkgsrc.org> | 2004-10-11 20:47:12 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-11 20:47:12 +0000 |
commit | 777b2192f7eb36d114c40c851f24dc4f9afb65e2 (patch) | |
tree | 6af75cfe0d73fd5fc7698466a03e55ec3a731a3a /emulators | |
parent | 147af65aa17c61cf39071109f2212b0ee7fcf3e6 (diff) | |
download | pkgsrc-777b2192f7eb36d114c40c851f24dc4f9afb65e2.tar.gz |
+cygwin_{esound,lib}
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index c53faacb5c6..ad243177b1e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2004/10/02 14:26:19 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.118 2004/10/11 20:47:12 tv Exp $ # COMMENT= Emulators for other operating systems @@ -17,6 +17,8 @@ SUBDIR+= compat13 SUBDIR+= compat14 SUBDIR+= compat14-crypto SUBDIR+= compat16 +SUBDIR+= cygwin_esound +SUBDIR+= cygwin_lib SUBDIR+= darcnes SUBDIR+= darwin_lib SUBDIR+= dega |