pkgsrc/pkgtools/Makefile

30 lines
689 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.37 2002/01/17 13:10:00 drochner Exp $
#
COMMENT= Tools for use in the packages collection
SUBDIR+= bsdpak
#SUBDIR+= buildlink-x11 # Only under instruction of user
2001-04-27 20:17:21 +02:00
SUBDIR+= cdpack
2001-03-06 12:22:12 +01:00
SUBDIR+= digest
SUBDIR+= gensolpkg
#SUBDIR+= pax # Only needed on 1.3 systems
#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk
SUBDIR+= pkg_tarup
2001-07-02 00:45:04 +02:00
SUBDIR+= pkgchk
2001-04-02 20:05:28 +02:00
SUBDIR+= pkgconflict
2001-11-29 16:31:07 +01:00
SUBDIR+= pkgcvsupdate
SUBDIR+= pkgdep
SUBDIR+= pkgdiff
SUBDIR+= pkglint
SUBDIR+= pkgmanpages
SUBDIR+= pkgsurvey
SUBDIR+= port2pkg
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"