diff options
author | kim <kim> | 2000-07-18 14:01:17 +0000 |
---|---|---|
committer | kim <kim> | 2000-07-18 14:01:17 +0000 |
commit | 221c5e232cab595b084c121f964429aa882ecfc6 (patch) | |
tree | 6c50b347376cca03d14b096d6987f8654616e971 /pkgtools | |
parent | 324bd8c77971ad678c42050e3c58db3f19741e18 (diff) | |
download | pkgsrc-221c5e232cab595b084c121f964429aa882ecfc6.tar.gz |
Make the formatting match other Makefiles (so fields match for easy awking).
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 26 |
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" |