diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-27 00:01:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-27 00:01:23 +0000 |
commit | 391c1f2ae3c2770b0b2a5c8a929e4dea70762e23 (patch) | |
tree | e260395d913b91734859e3a191fae697fb99bfcd /Makefile | |
parent | 275ed141083fa3b5a5da91511f02c6adb5649934 (diff) | |
download | pkgsrc-391c1f2ae3c2770b0b2a5c8a929e4dea70762e23.tar.gz |
Uncomment categories we don't have yet.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 1997/10/03 08:58:23 agc Exp $ +# $NetBSD: Makefile,v 1.4 1997/11/27 00:01:23 hubertf Exp $ # FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp # SUBDIR += archivers -SUBDIR += astro +#SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks -SUBDIR += cad -SUBDIR += chinese +#SUBDIR += cad +#SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases @@ -15,10 +15,10 @@ SUBDIR += devel SUBDIR += editors SUBDIR += emulators SUBDIR += games -SUBDIR += german +#SUBDIR += german SUBDIR += graphics -SUBDIR += japanese -SUBDIR += korean +#SUBDIR += japanese +#SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math @@ -28,12 +28,12 @@ SUBDIR += net SUBDIR += news SUBDIR += plan9 SUBDIR += print -SUBDIR += russian +#SUBDIR += russian SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc -SUBDIR += vietnamese +#SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 |