summaryrefslogtreecommitdiffstats
path: root/wargames
diff options
context:
space:
mode:
Diffstat (limited to 'wargames')
-rw-r--r--wargames/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wargames/Makefile b/wargames/Makefile
index 694274d6..6255dea8 100644
--- a/wargames/Makefile
+++ b/wargames/Makefile
@@ -1,11 +1,11 @@
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
-# $Id: Makefile,v 1.2 1993/08/01 05:43:55 mycroft Exp $
+# $Id: Makefile,v 1.3 1993/12/22 04:30:48 cgd Exp $
NOOBJ= noobj
all wargames clean cleandir depend lint tags:
install:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
- ${DESTDIR}/usr/games/wargames
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
.include <bsd.prog.mk>