]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - robots/Makefile
don't clobber /var/games/robots_roll on install; from
[bsdgames-darwin.git] / robots / Makefile
1 # $NetBSD: Makefile,v 1.12 1997/12/18 05:56:18 mikel Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= robots
5 CPPFLAGS+=-DMAX_PER_UID=5
6 SRCS= extern.c init_field.c main.c make_level.c move.c move_robs.c \
7 play_level.c query.c rnd_pos.c score.c flush_in.c
8 MAN= robots.6
9 DPADD= ${LIBCURSES} ${LIBTERM}
10 LDADD= -lcurses -ltermlib
11 HIDEGAME=hidegame
12 SETGIDGAME=yes
13
14 .include <bsd.prog.mk>