pkgsrc/pkgtools/Makefile

49 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.65 2005/04/06 15:23:34 xtraeme Exp $
#
COMMENT= Tools for use in the packages collection
SUBDIR+= autoswc
2004-07-23 05:41:47 +02:00
SUBDIR+= binpatch
2001-04-27 20:17:21 +02:00
SUBDIR+= cdpack
2002-04-29 13:04:37 +02:00
SUBDIR+= createbuildlink
2003-04-17 13:15:05 +02:00
SUBDIR+= dfdisk
2001-03-06 12:22:12 +01:00
SUBDIR+= digest
2002-09-30 10:37:52 +02:00
SUBDIR+= distfetch
SUBDIR+= gensolpkg
2003-07-11 16:53:00 +02:00
#SUBDIR+= libkver # Only under instruction of user
#SUBDIR+= libnbcompat # Only for non-NetBSD systems
2003-03-31 10:56:00 +02:00
#SUBDIR+= mtree # Only for non-NetBSD systems
2005-01-25 14:05:21 +01:00
SUBDIR+= pkg_alternatives
2004-03-27 01:04:02 +01:00
SUBDIR+= pkg_chk
2002-09-07 02:09:41 +02:00
SUBDIR+= pkg_comp
2003-07-13 18:17:48 +02:00
SUBDIR+= pkg_filecheck
2002-09-24 15:51:21 +02:00
#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk
2003-06-19 10:36:38 +02:00
SUBDIR+= pkg_install-info
2004-12-28 01:28:09 +01:00
SUBDIR+= pkg_notify
SUBDIR+= pkg_regress
SUBDIR+= pkg_select
SUBDIR+= pkg_tarup
2004-06-22 22:06:11 +02:00
SUBDIR+= pkgclean
2001-04-02 20:05:28 +02:00
SUBDIR+= pkgconflict
SUBDIR+= pkgdep
2002-11-08 00:18:37 +01:00
SUBDIR+= pkgdepgraph
SUBDIR+= pkgdiff
2004-06-22 22:06:11 +02:00
SUBDIR+= pkgfind
SUBDIR+= pkglint
SUBDIR+= pkgmanpages
2004-07-20 01:15:45 +02:00
SUBDIR+= pkgse
SUBDIR+= pkgsurvey
SUBDIR+= port2pkg
2003-06-19 18:09:20 +02:00
SUBDIR+= rc.subr
2004-08-27 03:51:00 +02:00
SUBDIR+= rcorder
2003-08-07 10:20:52 +02:00
SUBDIR+= rdigest
2005-01-05 01:32:28 +01:00
SUBDIR+= revbump
SUBDIR+= rpm2pkg
2002-01-15 14:21:46 +01:00
SUBDIR+= shlock
SUBDIR+= url2pkg
2001-08-30 00:27:06 +02:00
SUBDIR+= x11-links
#SUBDIR+= xpkgwedge # Only under instruction of user
.include "../mk/bsd.pkg.subdir.mk"