diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-02-14 02:07:42 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-02-14 02:07:42 +0000 |
commit | 0e93cebe61b849616ffa5dcb3ca1dfe1e2f93dc6 (patch) | |
tree | 1e7092cd4220bce867ba8bda02b1564922f423f0 /pkgtools/Makefile | |
parent | 6548ce77e9052374b4b7392eaa75305ac9b7f85e (diff) | |
download | pkgsrc-0e93cebe61b849616ffa5dcb3ca1dfe1e2f93dc6.tar.gz |
add & enable pkg_tarup
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index bbb7fea9213..fb6582280ba 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.13 1999/12/07 11:45:12 agc Exp $ +# $NetBSD: Makefile,v 1.14 2000/02/14 02:07:42 hubertf 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+= pkglibtool SUBDIR+= pkglint |