diff options
author | agc <agc@pkgsrc.org> | 1998-09-04 08:58:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-04 08:58:02 +0000 |
commit | f8a5767e8770725f9ba1fb69d827f3108c20ea67 (patch) | |
tree | 97d8b42ecbd2a7ce3be9427ae8daeb126ba5f34d /pkgtools | |
parent | 49b39913b11078d92d5a3bf45e503ad101fb2443 (diff) | |
download | pkgsrc-f8a5767e8770725f9ba1fb69d827f3108c20ea67.tar.gz |
Move pkglint from devel category to pkgtools category by Repository copy.
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" |