Commit 55e54fd34a05637a3eac2cf6503e62b689c172c1

Stefan Sperling 2020-01-28T14:03:16

remove a Makefile chunk which is obsolete since bb5b19e3

diff --git a/libexec/Makefile.inc b/libexec/Makefile.inc
index a77207b..da3924e 100644
--- a/libexec/Makefile.inc
+++ b/libexec/Makefile.inc
@@ -1,16 +1,7 @@
 .include "../Makefile.inc"
 
-.if "${MAKEWEB}" == "Yes"
-realinstall:
-	if [ ! -d ${CHROOT_DIR}${LIBEXECDIR}/. ]; then \
-		${INSTALL} -d -o root -g daemon -m 755 \
-		    ${CHROOT_DIR}${LIBEXECDIR}; \
-	fi
-	${INSTALL} ${INSTALL_COPY} -o root -g daemon -m 755 ${PROG} \
-	    ${CHROOT_DIR}${LIBEXECDIR}/${PROG}
-.else
 realinstall:
 	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
 	-m ${BINMODE} ${PROG} ${LIBEXECDIR}/${PROG}
-.endif
+
 NOMAN = Yes