summaryrefslogtreecommitdiffstats
path: root/wargames
diff options
context:
space:
mode:
Diffstat (limited to 'wargames')
-rw-r--r--wargames/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/wargames/Makefile b/wargames/Makefile
index 583367ed..feccb667 100644
--- a/wargames/Makefile
+++ b/wargames/Makefile
@@ -1,11 +1,8 @@
-# $NetBSD: Makefile,v 1.5 1996/10/18 02:50:57 thorpej Exp $
+# $NetBSD: Makefile,v 1.6 1997/03/24 22:15:50 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
NOOBJ= noobj
all wargames clean cleandir depend lint tags:
-
-install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/wargames.sh ${DESTDIR}/usr/games/wargames
+SCRIPTS=wargames.sh
.include <bsd.prog.mk>