mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
install named
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user