8ebcec96e4
packages.
28 lines
666 B
Makefile
28 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.34 2001/08/29 22:28:35 jlam Exp $
|
|
#
|
|
|
|
COMMENT= Tools for use in the packages collection
|
|
|
|
SUBDIR+= bsdpak
|
|
#SUBDIR+= buildlink-x11 # Only under instruction of user
|
|
SUBDIR+= cdpack
|
|
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
|
|
SUBDIR+= pkgchk
|
|
SUBDIR+= pkgconflict
|
|
SUBDIR+= pkgdep
|
|
SUBDIR+= pkgdiff
|
|
SUBDIR+= pkglint
|
|
SUBDIR+= pkgmanpages
|
|
SUBDIR+= pkgsurvey
|
|
SUBDIR+= port2pkg
|
|
SUBDIR+= python-mk
|
|
SUBDIR+= rpm2pkg
|
|
SUBDIR+= url2pkg
|
|
SUBDIR+= x11-links
|
|
#SUBDIR+= xpkgwedge # Only under instruction of user
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|