]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - robots/Makefile
6eb8f59387c422d84eb9bcb4c2d723f5a4d0c3f9
[bsdgames-darwin.git] / robots / Makefile
1 # $NetBSD: Makefile,v 1.16 2010/02/06 23:45:25 he Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= robots
5 CPPFLAGS+=-DMAX_PER_UID=5
6 SRCS= auto.c 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} ${LIBTERMINFO}
10 LDADD= -lcurses -lterminfo
11 HIDEGAME=hidegame
12 SETGIDGAME=yes
13
14 .include <bsd.prog.mk>