Sat May 16 07:21:06 2009 UTC ()
cleanup


(rillig)
diff -r1.84 -r1.85 pkgsrc/Makefile

cvs diff -r1.84 -r1.85 pkgsrc/Makefile (expand / switch to unified diff)

--- pkgsrc/Makefile 2008/06/23 20:34:20 1.84
+++ pkgsrc/Makefile 2009/05/16 07:21:05 1.85
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.84 2008/06/23 20:34:20 kristerw Exp $ 1# $NetBSD: Makefile,v 1.85 2009/05/16 07:21:05 rillig Exp $
2# 2#
3# This is the top-level Makefile of pkgsrc. It contains a list of the 3# This is the top-level Makefile of pkgsrc. It contains a list of the
4# categories of packages, as well as some targets that operate on the 4# categories of packages, as well as some targets that operate on the
5# whole pkgsrc system. 5# whole pkgsrc system.
6# 6#
7# User-settable variables: 7# User-settable variables:
8# 8#
9# SPECIFIC_PKGS 9# SPECIFIC_PKGS
10# (See mk/defaults/mk.conf) 10# (See mk/defaults/mk.conf)
11# 11#
12# SITE_SPECIFIC_PKGS 12# SITE_SPECIFIC_PKGS
13# HOST_SPECIFIC_PKGS 13# HOST_SPECIFIC_PKGS
14# GROUP_SPECIFIC_PKGS 14# GROUP_SPECIFIC_PKGS
@@ -84,14 +84,14 @@ SUBDIR+= pkgtools @@ -84,14 +84,14 @@ SUBDIR+= pkgtools
84SUBDIR+= print 84SUBDIR+= print
85#SUBDIR+= regress # regression tests must be started manually 85#SUBDIR+= regress # regression tests must be started manually
86SUBDIR+= security 86SUBDIR+= security
87SUBDIR+= shells 87SUBDIR+= shells
88SUBDIR+= sysutils 88SUBDIR+= sysutils
89SUBDIR+= textproc 89SUBDIR+= textproc
90SUBDIR+= time 90SUBDIR+= time
91SUBDIR+= wm 91SUBDIR+= wm
92SUBDIR+= www 92SUBDIR+= www
93.endif 93.endif
94 94
95SUBDIR+= ${USER_ADDITIONAL_PKGS} 95SUBDIR+= ${USER_ADDITIONAL_PKGS}
96 96
97.include "${.PARSEDIR}/mk/misc/toplevel.mk" 97.include "mk/misc/toplevel.mk"