freebsd-dev/usr.bin/dnskeygen/Makefile
Peter Wemm e694b3ac53 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.
1999-11-30 06:26:14 +00:00

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>