mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
10 lines
143 B
Makefile
10 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../named/Makefile.inc"
|
|
|
|
.PATH: ${BIND_DIR}/bin/nsupdate
|
|
|
|
PROG= nsupdate
|
|
NOMAN= hmm..
|
|
|
|
.include <bsd.prog.mk>
|