diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-11 23:24:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-11 23:24:40 +0000 |
commit | 6f6263ecb75d5a625e0fe11fdb9c1e4f54b82de0 (patch) | |
tree | e861d69637a8fd193d76eef979b710bb74098553 /emulators | |
parent | 6dca2fd2dcc2fd8e48891710a45130c3251fbed0 (diff) | |
download | pkgsrc-6f6263ecb75d5a625e0fe11fdb9c1e4f54b82de0.tar.gz |
add and enable osf1_lib
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 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 |