diff options
author | grant <grant@pkgsrc.org> | 2003-12-14 04:17:35 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-14 04:17:35 +0000 |
commit | 68faf9113ae9b6aec9484df90a7795c1a657144c (patch) | |
tree | 784492ceb510d234503e45d74475b2556e31ee88 /emulators | |
parent | 59e7f367d82dc507f26eb30802df7a4a910f4eeb (diff) | |
download | pkgsrc-68faf9113ae9b6aec9484df90a7795c1a657144c.tar.gz |
+compat16
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 699ee65bbdb..5e07afa3c2f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2003/12/06 17:24:15 tron Exp $ +# $NetBSD: Makefile,v 1.91 2003/12/14 04:17:35 grant Exp $ # COMMENT= Emulators for other operating systems @@ -12,6 +12,7 @@ SUBDIR+= compat12 SUBDIR+= compat13 SUBDIR+= compat14 SUBDIR+= compat14-crypto +SUBDIR+= compat16 SUBDIR+= darcnes SUBDIR+= darwin_lib SUBDIR+= dega |