diff options
author | agc <agc@pkgsrc.org> | 2002-05-16 16:10:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-05-16 16:10:07 +0000 |
commit | da38841f90702753cea224ca9f7827da565cc755 (patch) | |
tree | f269cc738d55fbc5af4008d8752e8277f832c35a /emulators | |
parent | 6d1a6c2cff5eaac0cdc43be5b28c247bc2157010 (diff) | |
download | pkgsrc-da38841f90702753cea224ca9f7827da565cc755.tar.gz |
Add and enable p11
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 8e7f770f78a..e958e6abec3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2002/05/09 19:09:32 agc Exp $ +# $NetBSD: Makefile,v 1.69 2002/05/16 16:10:07 agc Exp $ # COMMENT= Emulators for other operating systems @@ -26,6 +26,7 @@ SUBDIR+= mmix SUBDIR+= netbsd32_compat14 SUBDIR+= netbsd32_compat15 SUBDIR+= osf1_lib +SUBDIR+= p11 SUBDIR+= pcemu SUBDIR+= plex86 SUBDIR+= rewind |