summaryrefslogtreecommitdiffstats
path: root/wargames
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-12-22 04:30:48 +0000
committercgd <cgd@NetBSD.org>1993-12-22 04:30:48 +0000
commit71b1ffbbef684c45fef47c5bbdb1221ed6614e74 (patch)
treeabffd20e9ac7549c2e358134ccdadc67abc4d011 /wargames
parent088fb80644a24bae57219310201dfd40423246a1 (diff)
downloadbsdgames-darwin-71b1ffbbef684c45fef47c5bbdb1221ed6614e74.tar.gz
bsdgames-darwin-71b1ffbbef684c45fef47c5bbdb1221ed6614e74.tar.zst
bsdgames-darwin-71b1ffbbef684c45fef47c5bbdb1221ed6614e74.zip
fix from Christos Zoulas: use .CURDIR for path. not necessary, but 'safe'
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>