summaryrefslogtreecommitdiffstats
path: root/games/battlestar/Makefile
diff options
context:
space:
mode:
authordaniel <daniel@openbsd.org>2020-12-15 00:38:18 +0000
committerdaniel <daniel@openbsd.org>2020-12-15 00:38:18 +0000
commit166ddc28d18279061e951cf0cefe4c17071993ee (patch)
tree2a93550fc6da819257a177e9076e12941e2e79b6 /games/battlestar/Makefile
parentswitch over ncurses to --enable-const (diff)
downloadwireguard-openbsd-166ddc28d18279061e951cf0cefe4c17071993ee.tar.xz
wireguard-openbsd-166ddc28d18279061e951cf0cefe4c17071993ee.zip
the names com1 to com9 are reserved filenames on windows
Rename these files in the same way as NetBSD did in 2001. Requested by John Carmack so OpenBSD source code can be checked out on Windows. ok deraadt@, sthen@, "go ahead" jsg@
Diffstat (limited to 'games/battlestar/Makefile')
-rw-r--r--games/battlestar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile
index d9e34dd0726..746bc5ecaf8 100644
--- a/games/battlestar/Makefile
+++ b/games/battlestar/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.10 2015/11/25 23:18:11 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2020/12/15 00:38:18 daniel Exp $
PROG= battlestar
-SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
+SRCS= battlestar.c command1.c command2.c command3.c command4.c \
+ command5.c command6.c command7.c \
init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
MAN= battlestar.6