Commit Diff
--- gotd/Makefile +++ gotd/Makefile @@ -32,4 +32,8 @@ DPADD = ${LIBZ} ${LIBUTIL} NOMAN = Yes .endif +realinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ + -m ${BINMODE} ${PROG} ${BINDIR}/${PROG} + .include <bsd.prog.mk>
--- gotd/Makefile +++ gotd/Makefile @@ -32,4 +32,8 @@ DPADD = ${LIBZ} ${LIBUTIL} NOMAN = Yes .endif +realinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ + -m ${BINMODE} ${PROG} ${BINDIR}/${PROG} + .include <bsd.prog.mk>