diff options
author | dmcmahill <dmcmahill> | 2001-03-11 23:24:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-03-11 23:24:40 +0000 |
commit | dc2b38d9c35deac55810e8eaff09088fa23f77c4 (patch) | |
tree | e861d69637a8fd193d76eef979b710bb74098553 /emulators/Makefile | |
parent | a26552ba84ea9bb9f27e08faf3da17b8135f302b (diff) | |
download | pkgsrc-dc2b38d9c35deac55810e8eaff09088fa23f77c4.tar.gz |
add and enable osf1_lib
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 a5d3b266b13..2d159ab1c74 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2001/02/22 16:46:34 agc Exp $ +# $NetBSD: Makefile,v 1.52 2001/03/11 23:24:40 dmcmahill Exp $ # COMMENT= Emulators for other operating systems @@ -19,6 +19,7 @@ SUBDIR+= linux-locale SUBDIR+= linuxppc_lib SUBDIR+= netbsd32_compat14 SUBDIR+= netbsd32_compat15 +SUBDIR+= osf1_lib SUBDIR+= pcemu SUBDIR+= plex86 SUBDIR+= simh |