xref: /minix/gnu/Makefile (revision 0a6a1f1d)
1#	$NetBSD: Makefile,v 1.17 2010/12/03 21:38:47 plunky Exp $
2
3.if defined(__MINIX)
4#LSC: Trigger fetch.sh script
5SUBDIR+= dist .WAIT
6.endif # defined(__MINIX)
7SUBDIR+= usr.bin
8
9# Speedup stubs for some subtrees that don't need to run these rules
10includes-libexec:
11	@true
12
13.include <bsd.subdir.mk>
14