xref: /netbsd-src/external/bsd/pcc/libexec/Makefile (revision 15b5799821db865302bd5f025490d5840da465b8)
1#	$NetBSD: Makefile,v 1.8 2014/07/24 20:55:45 plunky Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=		mkext .WAIT ccom cpp
6
7.if ${MKCXX} != "no"
8SUBDIR+=	cxxcom
9.endif
10
11.include <bsd.subdir.mk>
12