diff options
-rw-r--r-- | share/info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/info/Makefile b/share/info/Makefile index ae9ad03..2a75fe4 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> |