diff options
Diffstat (limited to 'games/robots/Makefile')
-rw-r--r-- | games/robots/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile index 7e9af468a2f1..bded13469ba8 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -10,7 +10,7 @@ LDADD= -lcurses -ltermcap -lcompat HIDEGAME=hidegame beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ ${DESTDIR}/var/games/robots_roll .include <bsd.prog.mk> |