mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
12 lines
184 B
Makefile
12 lines
184 B
Makefile
# $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>
|