]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/host/Makefile
zfs: merge openzfs/zfs@233d34e47
[FreeBSD/FreeBSD.git] / usr.bin / host / Makefile
1
2 LDNSDIR=        ${SRCTOP}/contrib/ldns
3 LDNSHOSTDIR=    ${SRCTOP}/contrib/ldns-host
4
5 .PATH:          ${LDNSHOSTDIR}
6
7 PROG=           host
8 SRCS=           ldns-host.c
9 MAN=            host.1
10 CLEANFILES+=    host.1
11
12 host.1: ldns-host.1
13         sed -e 's/ldns-//gI' <${.ALLSRC} >${.TARGET} || \
14                 (rm -rf ${.TARGET} ; false)
15
16 CFLAGS+=        -I${LDNSDIR}
17 LIBADD=         ldns
18
19 .include <bsd.prog.mk>