diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
| commit | 9c0dc173cc77c4480ea66866d12021bb609b5deb (patch) | |
| tree | 67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /games/caesar/Makefile | |
| parent | 6eee579315c654f5d06b165ce593fa686aeafbb3 (diff) | |
Notes
Diffstat (limited to 'games/caesar/Makefile')
| -rw-r--r-- | games/caesar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/caesar/Makefile b/games/caesar/Makefile index 13ff87d08dd94..2c1ff10c9fa84 100644 --- a/games/caesar/Makefile +++ b/games/caesar/Makefile @@ -7,7 +7,7 @@ LDADD= -lm MLINKS= caesar.6 rot13.6 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13 .include <bsd.prog.mk> |
