diff options
| author | Chris Costello <chris@FreeBSD.org> | 2000-02-12 03:36:51 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2000-02-12 03:36:51 +0000 |
| commit | dbed313a70cd2ddc46e93dacf3bd496a31865143 (patch) | |
| tree | ea56f5cf30a9453a83b1e54c24722034fdc8df4c /games | |
| parent | 3d142f49de6be2f882bc785ba774a3ef6e1153a7 (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/wargames/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile index a89e72b27639b..50af12a8869fa 100644 --- a/games/wargames/Makefile +++ b/games/wargames/Makefile @@ -4,9 +4,7 @@ NOOBJ= noobj MAN6= wargames.6 -all wargames clean cleandir depend lint tags: - -install: +beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \ ${DESTDIR}${BINDIR}/wargames |
