diff options
Diffstat (limited to 'usr.bin/host')
-rw-r--r-- | usr.bin/host/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile new file mode 100644 index 0000000..a81d9e7 --- /dev/null +++ b/usr.bin/host/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +USE_LIBBIND= yes +.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" + +.PATH: ${BIND_DIR}/bin/host +.PATH: ${BIND_DIR}/doc/man + +PROG= host + +.include <bsd.prog.mk> |