diff options
-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 |