From a42e3d2c15c4b42ff7d93ca7d34e732b02d6bc26 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Sat, 18 Dec 1999 11:18:14 +0000 Subject: 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@. --- games/robots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/robots/Makefile') 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 -- cgit v1.2.3