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 | eca0e5d116ae70c6bd777f6268a094b322d0194e (patch) | |
tree | 784492ceb510d234503e45d74475b2556e31ee88 /emulators/Makefile | |
parent | 3d3ae8718f8d82801226f439e7440c0a91f867c0 (diff) | |
download | pkgsrc-eca0e5d116ae70c6bd777f6268a094b322d0194e.tar.gz |
+compat16
Diffstat (limited to 'emulators/Makefile')
-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 |