2013-04-10 18:13:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2010/12/03 21:38:47 plunky Exp $
|
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
.if defined(__MINIX)
|
|
|
|
SUBDIR+= dist .WAIT
|
|
|
|
.endif # defined(__MINIX)
|
|
|
|
SUBDIR+= usr.bin
|
2013-04-10 18:13:48 +02:00
|
|
|
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
|
|
includes-libexec:
|
|
|
|
@true
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|