blob: d28d23dbef42fc4aa8f1bd02b3fcc3a00a302fb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.8 2014/07/24 20:55:45 plunky Exp $
.include <bsd.own.mk>
SUBDIR= mkext .WAIT ccom cpp
.if ${MKCXX} != "no"
SUBDIR+= cxxcom
.endif
.include <bsd.subdir.mk>
|