blob: fc9d09d442bcd010237ea12276f1ac0559897883 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.14 2003/12/05 18:56:11 matt Exp $
SUBDIR+= lib .WAIT libexec usr.bin usr.sbin
# Speedup stubs for some subtrees that don't need to run these rules
includes-libexec:
@true
.include <bsd.subdir.mk>
|