imp
24cd0a3c91
Remove __P
...
Remove __STDC__ (which means we now use stdarg rather than vararg)
Remove register
Remove main prototype
2002-02-18 05:15:19 +00:00
dd
a145482cf6
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
ru
a8bbb8398c
Eliminate troff(1) warnings.
2001-07-12 12:12:24 +00:00
brian
8636b161b3
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
ru
45d92a4319
- Backout botched attempt to intoduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
ru
97b705f3c8
Set the default manual section for games/ to 6.
2001-03-20 18:08:43 +00:00
ache
e5f9e7dd4a
Remove unneded -ltermcap or -lmytinfo
2000-09-16 03:52:06 +00:00
billf
eeb2dbc8d8
1. Don't overwrite scorefiles if they already exist.
...
PR: bin/13068
Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>
2. Sprinkle $FreeBSD$ around.
1999-12-10 21:13:42 +00:00
billf
44fac3a89d
Sync our register usage with NetBSD's (non-)usage.
1999-11-16 02:58:06 +00:00
billf
ecc8d48940
Add $FreeBSD$
1999-11-16 02:45:03 +00:00
billf
3e1d9f25c8
Avoid ambigious if() if() else().
1999-09-07 06:00:03 +00:00
peter
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
steve
32ad449979
Forgot to remove these files with the NetBSD games cleanups.
1999-04-20 20:24:40 +00:00
steve
d59a3ca336
Merge a bunch of cleanups from NetBSD.
...
PR: 8083
Submitted by: Stephen J. Roznowski <sjr@home.net>
Obtained from: a whole slew of NetBSD PRs
1999-04-19 03:59:02 +00:00
bde
d251b2c548
Don't do anything special to prevent access to created files - honour
...
the default umask. World unreadable files broke installing over nfs.
1998-09-05 15:56:10 +00:00
bde
9e5e52d9b8
Keep build-tools objects separate from `all' objects so that my
...
cross-builds work.
1998-09-02 15:22:11 +00:00
jb
2c3408bd6d
Make the build tools static to avoid trying to use the shared loader
...
before it is installed.
This upsets Bruce because the host boostrap build forces tools to be
static anyway. He says I'm abusing NOTOOLS in src/Makefile by using
it to do a aout->elf transition build. One day I'll find a place to
install host tools like these to allow a true cross build.
1998-08-20 21:45:46 +00:00
bde
8e1f3205b7
Added a `build-tools' target for internal tools.
...
Honor LDFLAGS for building internal tools.
1998-07-07 01:43:54 +00:00
jb
6f0053bd9d
Add #include string.h to get prototypes.
1998-05-09 11:06:46 +00:00
jb
eee6720ad6
Add #include string.h to get prototypes and change variables from long
...
to time_t where they are passed to time() and localtime() by reference.
1998-05-09 11:03:03 +00:00
jb
0c487350e5
Remove bogus time() prototype and let the one in time.h rule.
1998-05-09 11:00:50 +00:00
jb
a0da8cd034
Add #include string.h to get prototypes.
1998-05-09 10:59:57 +00:00
jkh
441f3c9dac
Wargh! Who went and changed all the getopt() comparisons from -1 to
...
EOF? The getopt(3) manpage clearly states that the return value is *-1*,
not EOF! Besides, getopt(3) isn't reading from a file. :)
Noticed-while: merging to 2.2 (where this is correct).
1998-03-01 05:10:28 +00:00
bde
a610e87ce4
Fixed long lines in install rule. Fixed other bogons while I was here:
...
- removed vestigal rule for a Lite1 `.0' manpage.
- don't duplicate defaults in the `all' dependencies.
- removed bogus dependency of `setup' on monsters.asc.
- compile `setup' with the usual CFLAGS.
- create monster files at build time, not at install time.
- don't be so repetitive in the install rule.
- fixed too-global replacement of `install' by ${INSTALL}.
Long lines made disgustingly longer by: previous commit.
1998-01-16 09:43:47 +00:00
imp
683c0565d2
Avoid fclose(NULL).
...
Submitted by: OpenBSD (Theo de Raadt)
1998-01-07 00:12:04 +00:00
eivind
d12a7eca9e
Fix phantasia.
...
Noticed by: max
1998-01-05 17:28:01 +00:00
ache
f3087f06ac
Use srandomdev
1997-09-24 05:28:05 +00:00
peter
f8bf6e7f2d
Merge from Lite2 so that it compiles
1997-03-12 03:51:01 +00:00
peter
fda548cb83
Revert $FreeBSD$ to $Id$
1997-02-22 14:46:58 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
bde
4fca167e06
Use ${COPY} instead of -c for installing non-source files.
1997-01-01 04:22:23 +00:00
wosch
000fb64288
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 22:27:30 +00:00
bde
f5284ed86d
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
rgrimes
30ef9631c5
Remove trailing whitespace.
1995-05-30 03:37:36 +00:00
rgrimes
472d2ef3ed
Fix nested comments for -Wcomment warnings.
1995-05-09 13:33:06 +00:00
ats
704ec51ad8
Add the files: characs, gold, lastdead, mess, monsters, motd, scoreboard, void
...
that are created from a setup program to the CLEANFILES list.
1994-11-28 11:12:29 +00:00
swallace
c15ded12c6
Change setup.c so that game files are generated into obj dir,
...
then Makefile installs into ${DESTDIR}/var/games/phantasia
1994-09-19 05:41:13 +00:00
rgrimes
2b975cb8d0
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
1994-09-11 21:32:28 +00:00
jkh
a3e568d972
Remove the conditional mkdir of /var/games/phantasia - done by mtree now.
...
Submitted by: jkh
1994-09-08 19:19:46 +00:00
jkh
066f92c619
Woo, naughty! It just occurred to me that this guy wasn't using
...
${DESTDIR} - fixed.
Submitted by: jkh
1994-09-08 04:15:34 +00:00
jkh
1e830feda8
More preventive medicine on making directories before installation.
...
Submitted by: jkh
1994-09-08 04:11:45 +00:00
jkh
d8a265c292
Bring in the 4.4 Lite games directory, modulo man page changes and segregation
...
of the x11 based games. I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way. Bleah.
Submitted by: jkh
1994-09-04 04:03:31 +00:00