]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - robots/Makefile
We need a FILESMODE=660 for dm which is now setgid games.
[bsdgames-darwin.git] / robots / Makefile
1 # $NetBSD: Makefile,v 1.11 1997/11/29 19:32:30 veego 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 FILES= /dev/null
15 FILESNAME=robots_roll
16 FILESMODE=660
17 FILESDIR=/var/games
18
19 .include <bsd.prog.mk>