aboutsummaryrefslogtreecommitdiff
path: root/share/info/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-18 06:55:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-18 06:55:32 +0000
commit96f1512e70f3833b79602a0e23ccea902ba6e234 (patch)
tree1cb64ec04e472ca244e38692b57940e02fa2c6f1 /share/info/Makefile
parent10c51522ed3043186819b90da932e005116356ac (diff)
Notes
Diffstat (limited to 'share/info/Makefile')
-rw-r--r--share/info/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/info/Makefile b/share/info/Makefile
index ae9ad035c12f..2a75fe44c835 100644
--- a/share/info/Makefile
+++ b/share/info/Makefile
@@ -3,6 +3,8 @@
NOOBJ= noobj
+.include <bsd.prog.mk>
+
beforeinstall:
.if !exists(${DESTDIR}${INFODIR})
@echo "Warning: the directory ${DESTDIR}${INFODIR} does not exist!"
@@ -18,5 +20,3 @@ beforeinstall:
${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \
dir-tmpl ${DESTDIR}${INFODIR}/dir
.endif
-
-.include <bsd.prog.mk>