diff options
author | kim <kim> | 2000-07-18 14:01:17 +0000 |
---|---|---|
committer | kim <kim> | 2000-07-18 14:01:17 +0000 |
commit | 28dd0209f0ccb418f0551ed24f2563d9bebb6db0 (patch) | |
tree | 6c50b347376cca03d14b096d6987f8654616e971 | |
parent | d358eea738b10e4edb368050100628ead3f15aae (diff) | |
download | pkgsrc-28dd0209f0ccb418f0551ed24f2563d9bebb6db0.tar.gz |
Make the formatting match other Makefiles (so fields match for easy awking).
-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" |