diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2020-12-15 00:38:19 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2020-12-15 00:38:19 +0000 |
commit | 4c21ff7616dd9501984440278a9c91bd1e25cd91 (patch) | |
tree | c52d63a0e7d835bcbadec7d7b65fe154b3fd1180 /games/battlestar/Makefile | |
parent | 6efb3e3b6c6021f0a026f23e17db576f68a971c8 (diff) |
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/Makefile | 5 |
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 |