6aecf48699
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
21 lines
456 B
Makefile
21 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.17 2007/08/13 08:12:48 rillig Exp $
|
|
#
|
|
|
|
COMMENT= Regression tests for pkgsrc infrastructure
|
|
|
|
SUBDIR+= barrier
|
|
SUBDIR+= bootstrap-install-sh
|
|
SUBDIR+= buildlink-libtool
|
|
SUBDIR+= buildlink-transform
|
|
SUBDIR+= buildlink-unwrap
|
|
SUBDIR+= compiler
|
|
SUBDIR+= ignore-tools
|
|
SUBDIR+= make-env-phases
|
|
SUBDIR+= make-quoting
|
|
SUBDIR+= pkg-options
|
|
SUBDIR+= pkgfail
|
|
SUBDIR+= print-plist
|
|
SUBDIR+= subst
|
|
SUBDIR+= tools
|
|
|
|
.include "../mk/misc/category.mk"
|