diff options
author | tron <tron> | 1999-08-24 21:27:18 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-24 21:27:18 +0000 |
commit | 5c545da86595889063f435e9a1b2c1d792bd3b8a (patch) | |
tree | 88f61d56a385636209666b0929f04fff873138ac /emulators | |
parent | 90dca92e91fa62497168ef09f7cbdecf878ee587 (diff) | |
download | pkgsrc-5c545da86595889063f435e9a1b2c1d792bd3b8a.tar.gz |
Add and enable "suse_devel" package. Fixes PR pkg/8264 by
Dr. Lex Wennmacher.
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 9f5b44e6e36..d3ab32400c0 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/06/19 14:40:08 tron Exp $ +# $NetBSD: Makefile,v 1.28 1999/08/24 21:27:18 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -26,6 +26,7 @@ SUBDIR += stella SUBDIR += suse_base SUBDIR += suse_compat + SUBDIR += suse_devel SUBDIR += suse_libc5 SUBDIR += suse_linux SUBDIR += suse_x11 |