New program in the bind suite. I'm not sure that it's worth much while

cylink/dnssafe is missing, but here it is anyway.
This commit is contained in:
Peter Wemm 1999-11-30 06:26:14 +00:00
parent f7eddfb25a
commit e694b3ac53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53934

View File

@ -0,0 +1,13 @@
# $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>