]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/robots/Makefile
This commit was generated by cvs2svn to compensate for changes in r85754,
[FreeBSD/FreeBSD.git] / games / robots / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   robots
5 CFLAGS+=-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} ${LIBCOMPAT}
10 LDADD=  -lcurses -lcompat
11 HIDEGAME=hidegame
12
13 beforeinstall:
14 .if !exists(${DESTDIR}/var/games/robots_roll)
15         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
16             ${DESTDIR}/var/games/robots_roll
17 .endif
18
19 .include <bsd.prog.mk>