NetBSD/external/Makefile
plunky f33b316b63 Remove the do-external-lib and do-gnu-lib targets, along with
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.
2010-12-03 21:38:46 +00:00

7 lines
223 B
Makefile

# $NetBSD: Makefile,v 1.15 2010/12/03 21:38:46 plunky Exp $
SUBDIR+= apache2 atheros bsd intel-fw-eula intel-fw-public gpl2 gpl3 historical
SUBDIR+= ibm-public intel-public public-domain cddl mit
.include <bsd.subdir.mk>