MFH (r295533): remove broken unbound-control-setup script
Approved by: re (glebius) Relnotes: yes
This commit is contained in:
parent
86fa46c15a
commit
259061d27e
@ -38,6 +38,8 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20160216: Remove obsolete unbound-control-setup
|
||||
OLD_FILES+=usr/sbin/unbound-control-setup
|
||||
# 20151222: liblzma header
|
||||
OLD_FILES+=usr/include/lzma/lzma.h
|
||||
# 20151115: added missing _test suffix on multiple tests in lib/libc
|
||||
|
@ -5010,7 +5010,6 @@ OLD_FILES+=usr/sbin/unbound
|
||||
OLD_FILES+=usr/sbin/unbound-anchor
|
||||
OLD_FILES+=usr/sbin/unbound-checkconf
|
||||
OLD_FILES+=usr/sbin/unbound-control
|
||||
OLD_FILES+=usr/sbin/unbound-control-setup
|
||||
.endif
|
||||
|
||||
.if ${MK_USB} == no
|
||||
|
@ -7,7 +7,6 @@ UNBOUNDDIR= ${.CURDIR}/../../../contrib/unbound
|
||||
.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc
|
||||
|
||||
PROG= unbound-control
|
||||
SCRIPTS= unbound-control-setup.sh
|
||||
SRCS= unbound-control.c worker_cb.c
|
||||
CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR}
|
||||
DPADD= ${LIBUNBOUND} ${LIBLDNS} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBPTHREAD}
|
||||
|
Loading…
x
Reference in New Issue
Block a user