freebsd-src/usr.sbin/bind/host/Makefile
Peter Wemm 8fedc449da Import some bmake glue for bind-4.9.4-p1.
This is based on Paul Vixie's makefiles, but some of it doesn't look much
like it now.
1996-08-29 19:43:00 +00:00

13 lines
151 B
Makefile

# $Id$
.include "${.CURDIR}/../Makefile.inc"
.PATH: ${BIND_DIR}/tools
.PATH: ${BIND_DIR}/man
PROG= host
BINDIR= ${DESTBIN}
.include <bsd.prog.mk>