2
0
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:
Bob Halley
2000-02-04 01:47:07 +00:00
parent 4dafa5b8ed
commit cd5724d610

View File

@@ -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}