summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2022-09-04 21:38:47 +0000
committerrillig <rillig@pkgsrc.org>2022-09-04 21:38:47 +0000
commitce00b94e6a6b99f2a8b2317c71ddc39a7f8ea077 (patch)
treeb2467d39baf146a318431929604300caf6e116d4 /pkgtools/Makefile
parentf2d2c701f3b3926ef381764408dd4cafdcb3aa26 (diff)
downloadpkgsrc-ce00b94e6a6b99f2a8b2317c71ddc39a7f8ea077.tar.gz
pkgtools/distlint: add early prototype implementation
Do not enable the package yet as it is still under active development and lacking proper documentation.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r--pkgtools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index 681325da179..f6f03e515cc 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2022/06/07 09:54:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.123 2022/09/04 21:38:47 rillig Exp $
#
COMMENT= Tools for use in the packages collection
@@ -16,6 +16,7 @@ SUBDIR+= cwrappers
SUBDIR+= dfdisk
SUBDIR+= digest
SUBDIR+= distbb
+#SUBDIR+= distlint # early prototype
SUBDIR+= genpkgng
SUBDIR+= genrpm
SUBDIR+= gensolpkg