diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 14:05:26 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 14:05:26 +0000 |
| commit | 290ef21130a7d87a0ff1f59558d03a4ac5a5c303 (patch) | |
| tree | d1e1fb3ecb0c4b26633dcb23ad83c3938d6deabc /games | |
| parent | b8d90d6fa45ed2cf5c50723c51c4cd8a937367bb (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/caesar/Makefile | 5 | ||||
| -rw-r--r-- | games/wargames/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/games/caesar/Makefile b/games/caesar/Makefile index 48a843005d2e..e63f323cc06c 100644 --- a/games/caesar/Makefile +++ b/games/caesar/Makefile @@ -4,13 +4,10 @@ PROG= caesar DPADD= ${LIBM} LDADD= -lm +SCRIPTS=rot13.sh MAN= caesar.6 MLINKS= caesar.6 rot13.6 CFLAGS+= -Wall -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/rot13.sh ${DESTDIR}${BINDIR}/rot13 - .include <bsd.prog.mk> diff --git a/games/wargames/Makefile b/games/wargames/Makefile index 841f9d265f04..4f2a9df8c673 100644 --- a/games/wargames/Makefile +++ b/games/wargames/Makefile @@ -1,10 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ +SCRIPTS=wargames.sh MAN= wargames.6 -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/wargames.sh ${DESTDIR}${BINDIR}/wargames - .include <bsd.prog.mk> |
