mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 15:46:33 -04:00
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>
|