mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 23:27:35 -04:00
10 lines
216 B
Makefile
10 lines
216 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/08/18 20:21:58 skrll Exp $
|
|
|
|
SUBDIR+= lib .WAIT usr.bin usr.sbin
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
includes-libexec:
|
|
@true
|
|
|
|
.include <bsd.subdir.mk>
|