summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-05-18 23:33:51 +0000
committerwiz <wiz>2001-05-18 23:33:51 +0000
commit99f997e057a226cd583f28baf398644d5e7ec118 (patch)
tree0740af17c6dfd4f96bfedb5ffc2420db71bacad4 /pkgtools/Makefile
parent4daa75a01c82bf6233dee33cb83f42e158a4a372 (diff)
downloadpkgsrc-99f997e057a226cd583f28baf398644d5e7ec118.tar.gz
add and enable python-mk
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 0e2c7ac9fd4..79a85a65d1c 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/04/27 18:17:21 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.28 2001/05/18 23:33:51 wiz Exp $
#
COMMENT= Tools for use in the packages collection
@@ -18,6 +18,7 @@ SUBDIR+= pkglint
SUBDIR+= pkgmanpages
SUBDIR+= pkgsurvey
SUBDIR+= port2pkg
+SUBDIR+= python-mk
SUBDIR+= rpm2pkg
SUBDIR+= url2pkg
#SUBDIR+= xpkgwedge # Experimental - turn on at your own risk!