diff options
author | hubertf <hubertf> | 1997-11-27 00:01:23 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-11-27 00:01:23 +0000 |
commit | 22a32654cb025c7b3be8a782032d9d2da75880b8 (patch) | |
tree | e260395d913b91734859e3a191fae697fb99bfcd /Makefile | |
parent | 16c2d0018e535cc72b87897e9f54aa5b7dc5c86b (diff) | |
download | pkgsrc-22a32654cb025c7b3be8a782032d9d2da75880b8.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 |