a7bdccd7ef
supporting caching the OBJDIRS (via .MAKEOVERRIDES) to speed up subdir makes. (Based on similar work in gnu/usr.sbin/postfix)
9 lines
230 B
Makefile
9 lines
230 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/05/23 03:16:40 lukem Exp $
|
|
|
|
SUBDIR= libbind9 libdns libisc libisccc libisccfg liblwres .WAIT \
|
|
dig host named nslookup nsupdate rndc rndc-confgen
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.include <bsd.subdir.mk>
|