diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index e1a5d47cc7c..d1f328c1c23 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1998/09/03 11:58:25 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/04 08:58:02 agc Exp $ # #SUBDIR+= ftp #SUBDIR+= pax +SUBDIR+= pkglint #SUBDIR+= pkg_install .include "../mk/bsd.pkg.subdir.mk" |