mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
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:
parent
f7eddfb25a
commit
e694b3ac53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53934
13
usr.bin/dnskeygen/Makefile
Normal file
13
usr.bin/dnskeygen/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user