e694b3ac53
cylink/dnssafe is missing, but here it is anyway.
14 lines
226 B
Makefile
14 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
USE_LIBBIND= true
|
|
.include "${.CURDIR}/../../usr.sbin/named/Makefile.inc"
|
|
|
|
.PATH: ${BIND_DIR}/bin/dnskeygen
|
|
.PATH: ${BIND_DIR}/doc/man
|
|
|
|
PROG= dnskeygen
|
|
SRCS= dnskeygen.c
|
|
MAN1= dnskeygen.1
|
|
|
|
.include <bsd.prog.mk>
|