pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jun  7 09:54:01 UTC 2022

Modified Files:
        pkgsrc/pkgtools: Makefile

Log Message:
pkgtools: Add mktools.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/pkgtools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/Makefile
diff -u pkgsrc/pkgtools/Makefile:1.121 pkgsrc/pkgtools/Makefile:1.122
--- pkgsrc/pkgtools/Makefile:1.121      Sun Aug 16 20:58:47 2020
+++ pkgsrc/pkgtools/Makefile    Tue Jun  7 09:54:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2020/08/16 20:58:47 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2022/06/07 09:54:01 jperkin Exp $
 #
 
 COMMENT=       Tools for use in the packages collection
@@ -26,6 +26,7 @@ SUBDIR+=      libkver
 SUBDIR+=       libnbcompat
 SUBDIR+=       lintpkgsrc
 SUBDIR+=       mksandbox
+SUBDIR+=       mktools
 SUBDIR+=       mtree
 SUBDIR+=       nih
 SUBDIR+=       osabi



Home | Main Index | Thread Index | Old Index