diff options
author | peter <peter@FreeBSD.org> | 1998-05-03 05:16:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-05-03 05:16:58 +0000 |
commit | d835322e55ae26dab3837a1e0ceb4f1640edd74c (patch) | |
tree | 28100a3eafa23f220576753089d0b0b178882d11 /usr.bin/host | |
parent | 6222ef77b8bbb70ae70b47ceaa9d370e7716a6f9 (diff) | |
download | FreeBSD-src-d835322e55ae26dab3837a1e0ceb4f1640edd74c.zip FreeBSD-src-d835322e55ae26dab3837a1e0ceb4f1640edd74c.tar.gz |
Update for bind-8
Diffstat (limited to 'usr.bin/host')
-rw-r--r-- | usr.bin/host/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index ebccefa..70a87aa 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,9 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 19:55:08 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" -.PATH: ${BIND_DIR}/tools -.PATH: ${BIND_DIR}/man +.PATH: ${BIND_DIR}/bin/host +.PATH: ${BIND_DIR}/doc/man PROG= host |