f33b316b63
external/lib/Makefile and crypto/external/lib/Makefile, replacing them all with SUBDIRs directly from lib/Makefile. compat/compatsubdirs.mk becomes simpler now, as everything is built from lib/Makefile, meaning all the libraries will now be built under compat so update the set lists to account for that.
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.17 2010/12/03 21:38:47 plunky Exp $
|
|
|
|
SUBDIR+= usr.bin
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
includes-libexec:
|
|
@true
|
|
|
|
.include <bsd.subdir.mk>
|