16 lines
461 B
Makefile
16 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.19 2000/08/17 14:16:18 wiz Exp $
|
|
#
|
|
|
|
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 += url2pkg
|
|
# SUBDIR += xpkgwedge # Experimental - turn on at your own risk!
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|