diff options
Diffstat (limited to 'games/wargames/Makefile')
-rw-r--r-- | games/wargames/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile index 841f9d2..4f2a9df 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> |