diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-12-18 11:18:14 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-12-18 11:18:14 +0000 |
commit | a42e3d2c15c4b42ff7d93ca7d34e732b02d6bc26 (patch) | |
tree | d78b479350d56089196e73b0dba12eef5915ec7d /games/robots/Makefile | |
parent | 92bde0311bb2fbaec24f3355d514674ab9410b76 (diff) |
Enable realtime mode, use native curses functions when available, tidy man
page, and use MAXLOGNAME for scorefile (this makes new scorefiles incompatible
with old ones). Realtime idea and some code from d@.
Diffstat (limited to 'games/robots/Makefile')
-rw-r--r-- | games/robots/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile index 11244148285..19f7f2c343c 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 1998/07/24 00:10:39 millert Exp $ +# $OpenBSD: Makefile,v 1.8 1999/12/18 11:18:11 pjanzen Exp $ PROG= robots CFLAGS+=-DMAX_PER_UID=5 SRCS= extern.c init_field.c main.c make_level.c move.c move_robs.c \ - play_level.c query.c rnd_pos.c score.c flush_in.c + play_level.c query.c rnd_pos.c score.c MAN= robots.6 DPADD= ${LIBCURSES} LDADD= -lcurses |