summaryrefslogtreecommitdiffstats
path: root/share/info
diff options
context:
space:
mode:
Diffstat (limited to 'share/info')
-rw-r--r--share/info/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/info/Makefile b/share/info/Makefile
index 7502e3a..f4ac782 100644
--- a/share/info/Makefile
+++ b/share/info/Makefile
@@ -3,8 +3,6 @@
NOOBJ= noobj
-all clean cleandir depend lint tags:
-
beforeinstall:
.if !exists(${DESTDIR}${INFODIR})
@echo "Warning: the directory ${DESTDIR}${INFODIR} does not exist!"
@@ -18,9 +16,7 @@ beforeinstall:
.endif
${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} dir-tmpl \
${DESTDIR}${INFODIR}/dir-tmpl
-.if !exists(${DESTDIR}${INFODIR}/dir)
${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \
dir-tmpl ${DESTDIR}${INFODIR}/dir
-.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud