mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
13 lines
177 B
Makefile
13 lines
177 B
Makefile
# $Id$
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
.PATH: ${BIND_DIR}/tools
|
|
.PATH: ${BIND_DIR}/man
|
|
|
|
PROG= addr
|
|
NOMAN= naughty vixie! :-)
|
|
|
|
BINDIR= ${DESTBIN}
|
|
|
|
.include <bsd.prog.mk>
|