summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2000-07-18 14:01:17 +0000
committerkim <kim@pkgsrc.org>2000-07-18 14:01:17 +0000
commit193de1ef49aa07422a01a2292053a7e81330e216 (patch)
tree6c50b347376cca03d14b096d6987f8654616e971 /pkgtools/Makefile
parenta15b9039db664fc491fca56eafa16eb7494c0896 (diff)
downloadpkgsrc-193de1ef49aa07422a01a2292053a7e81330e216.tar.gz
Make the formatting match other Makefiles (so fields match for easy awking).
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r--pkgtools/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index 898dc2c4716..e42ae14416d 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.16 2000/06/28 01:43:34 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2000/07/18 14:01:17 kim Exp $
#
- SUBDIR+= gensolpkg
-# SUBDIR+= pax # only needed on 1.3 systems
-# SUBDIR+= pkg_install # only install on demand of bsd.pkg.mk
- SUBDIR+= pkg_tarup
- SUBDIR+= pkgdep
- SUBDIR+= pkgdiff
- SUBDIR+= pkglibtool
- SUBDIR+= pkglint
- SUBDIR+= pkgmanpages
- SUBDIR+= port2pkg
- SUBDIR+= url2pkg
-# SUBDIR+= xpkgwedge # broken
+ SUBDIR += gensolpkg
+# SUBDIR += pax # only needed on 1.3 systems
+# SUBDIR += pkg_install # only install on demand of bsd.pkg.mk
+ SUBDIR += pkg_tarup
+ SUBDIR += pkgdep
+ SUBDIR += pkgdiff
+ SUBDIR += pkglibtool
+ SUBDIR += pkglint
+ SUBDIR += pkgmanpages
+ SUBDIR += port2pkg
+ SUBDIR += url2pkg
+# SUBDIR += xpkgwedge # broken
.include "../mk/bsd.pkg.subdir.mk"