18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.21 2001/01/25 08:59:09 tron Exp $
|
|
#
|
|
|
|
SUBDIR += bsdpak
|
|
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 += pkgdep
|
|
SUBDIR += pkgdiff
|
|
SUBDIR += pkglint
|
|
SUBDIR += pkgmanpages
|
|
SUBDIR += port2pkg
|
|
SUBDIR += rpm2pkg
|
|
SUBDIR += url2pkg
|
|
# SUBDIR += xpkgwedge # Experimental - turn on at your own risk!
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|