NetBSD/usr.sbin/bind/Makefile
lukem a7bdccd7ef Improve how the various helper libraries are added to LDADD/DPADD, including
supporting caching the OBJDIRS (via .MAKEOVERRIDES) to speed up subdir makes.
(Based on similar work in gnu/usr.sbin/postfix)
2004-05-23 03:16:40 +00:00

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>