mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
install named
This commit is contained in:
@@ -62,3 +62,11 @@ named: ${OBJS} ${UOBJS} ${DEPLIBS}
|
|||||||
|
|
||||||
clean distclean::
|
clean distclean::
|
||||||
rm -f ${TARGETS}
|
rm -f ${TARGETS}
|
||||||
|
|
||||||
|
installdirs:
|
||||||
|
if [ ! -d ${sbindir} ]; then \
|
||||||
|
mkdir ${sbindir}; \
|
||||||
|
fi
|
||||||
|
|
||||||
|
install:: named installdirs
|
||||||
|
${LIBTOOL} ${INSTALL_PROGRAM} named ${sbindir}
|
||||||
|
Reference in New Issue
Block a user