summaryrefslogtreecommitdiffstats
path: root/robots
diff options
context:
space:
mode:
authormikel <mikel@NetBSD.org>1997-12-18 05:56:18 +0000
committermikel <mikel@NetBSD.org>1997-12-18 05:56:18 +0000
commit1e80f5b4e4b818df15540164559383ea0837b5bb (patch)
treee00c809abff48d8026442b22b1df1c1abf8ea381 /robots
parenta2872b9c61d74e81feb818bda4f69643157d14e7 (diff)
downloadbsdgames-darwin-1e80f5b4e4b818df15540164559383ea0837b5bb.tar.gz
bsdgames-darwin-1e80f5b4e4b818df15540164559383ea0837b5bb.tar.zst
bsdgames-darwin-1e80f5b4e4b818df15540164559383ea0837b5bb.zip
don't clobber /var/games/robots_roll on install; from
NAKAJIMA Yoshihiro in PR bin/4657.
Diffstat (limited to 'robots')
-rw-r--r--robots/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/robots/Makefile b/robots/Makefile
index 4249388b..a477db58 100644
--- a/robots/Makefile
+++ b/robots/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1997/11/29 19:32:30 veego Exp $
+# $NetBSD: Makefile,v 1.12 1997/12/18 05:56:18 mikel Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= robots
@@ -11,9 +11,4 @@ LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
SETGIDGAME=yes
-FILES= /dev/null
-FILESNAME=robots_roll
-FILESMODE=660
-FILESDIR=/var/games
-
.include <bsd.prog.mk>