12 lines
163 B
Makefile
12 lines
163 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/01/05 00:51:50 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKCXX} != "no"
|
|
|
|
SUBDIR= lib .WAIT usr.sbin
|
|
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|