12 lines
175 B
Makefile
12 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/01/05 01:52:23 mrg Exp $
|
|
|
|
SUBDIR+= lib
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKGCCCMDS} != "no"
|
|
SUBDIR+= .WAIT usr.bin
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|