mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
11 lines
143 B
Makefile
11 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../named/Makefile.inc"
|
|
|
|
.PATH: ${BIND_DIR}/bin/nsupdate
|
|
|
|
PROG= nsupdate
|
|
NOMAN= hmm..
|
|
|
|
.include <bsd.prog.mk>
|