mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:02:06 -04:00
install named
This commit is contained in:
parent
4dafa5b8ed
commit
cd5724d610
1 changed files with 8 additions and 0 deletions
|
|
@ -62,3 +62,11 @@ named: ${OBJS} ${UOBJS} ${DEPLIBS}
|
|||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
||||
installdirs:
|
||||
if [ ! -d ${sbindir} ]; then \
|
||||
mkdir ${sbindir}; \
|
||||
fi
|
||||
|
||||
install:: named installdirs
|
||||
${LIBTOOL} ${INSTALL_PROGRAM} named ${sbindir}
|
||||
|
|
|
|||
Loading…
Reference in a new issue