diff options
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r-- | games/hack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index b00f50f..eaf19e5 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -34,10 +34,10 @@ makedefs: makedefs.o ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} beforeinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ ${DESTDIR}/var/games/hackdir/perm .if !exists(${DESTDIR}/var/games/hackdir/record) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \ ${DESTDIR}/var/games/hackdir/record .endif # rm -f ${DESTDIR}/var/games/hackdir/bones* \ |