summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-01 22:02:34 +0000
committerrillig <rillig>2005-09-01 22:02:34 +0000
commite2373228af2df1e4870a1a92d76c797681d897d1 (patch)
treeda2e83c160b980b877782c5571317157495176c3 /Makefile
parent0cb2e457481a379c3bb92f93a2079a3178eb7937 (diff)
downloadpkgsrc-e2373228af2df1e4870a1a92d76c797681d897d1.tar.gz
Indented the SUBDIR section to look like the SUBDIR sections in the
category Makefiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile86
1 files changed, 43 insertions, 43 deletions
diff --git a/Makefile b/Makefile
index 9b12556218f..c44ceb52a41 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2005/07/15 18:27:48 jlam Exp $
+# $NetBSD: Makefile,v 1.75 2005/09/01 22:02:34 rillig Exp $
#
# tools used by this Makefile
@@ -19,48 +19,48 @@ SUBDIR+= ${HOST_SPECIFIC_PKGS}
SUBDIR+= ${GROUP_SPECIFIC_PKGS}
SUBDIR+= ${USER_SPECIFIC_PKGS}
.else
-SUBDIR += archivers
-SUBDIR += audio
-SUBDIR += benchmarks
-SUBDIR += biology
-SUBDIR += cad
-SUBDIR += chat
-SUBDIR += comms
-SUBDIR += converters
-SUBDIR += cross
-SUBDIR += crosspkgtools
-SUBDIR += databases
-SUBDIR += devel
-SUBDIR += editors
-SUBDIR += emulators
-SUBDIR += finance
-SUBDIR += fonts
-SUBDIR += games
-SUBDIR += geography
-SUBDIR += graphics
-SUBDIR += ham
-SUBDIR += inputmethod
-SUBDIR += lang
-SUBDIR += mail
-SUBDIR += math
-SUBDIR += mbone
-SUBDIR += meta-pkgs
-SUBDIR += misc
-SUBDIR += multimedia
-SUBDIR += net
-SUBDIR += news
-SUBDIR += parallel
-SUBDIR += pkgtools
-SUBDIR += print
-#SUBDIR += regress
-SUBDIR += security
-SUBDIR += shells
-SUBDIR += sysutils
-SUBDIR += textproc
-SUBDIR += time
-SUBDIR += wm
-SUBDIR += www
-SUBDIR += x11
+SUBDIR+= archivers
+SUBDIR+= audio
+SUBDIR+= benchmarks
+SUBDIR+= biology
+SUBDIR+= cad
+SUBDIR+= chat
+SUBDIR+= comms
+SUBDIR+= converters
+SUBDIR+= cross
+SUBDIR+= crosspkgtools
+SUBDIR+= databases
+SUBDIR+= devel
+SUBDIR+= editors
+SUBDIR+= emulators
+SUBDIR+= finance
+SUBDIR+= fonts
+SUBDIR+= games
+SUBDIR+= geography
+SUBDIR+= graphics
+SUBDIR+= ham
+SUBDIR+= inputmethod
+SUBDIR+= lang
+SUBDIR+= mail
+SUBDIR+= math
+SUBDIR+= mbone
+SUBDIR+= meta-pkgs
+SUBDIR+= misc
+SUBDIR+= multimedia
+SUBDIR+= net
+SUBDIR+= news
+SUBDIR+= parallel
+SUBDIR+= pkgtools
+SUBDIR+= print
+#SUBDIR+= regress
+SUBDIR+= security
+SUBDIR+= shells
+SUBDIR+= sysutils
+SUBDIR+= textproc
+SUBDIR+= time
+SUBDIR+= wm
+SUBDIR+= www
+SUBDIR+= x11
.endif
.ifdef USER_ADDITIONAL_PKGS