Cross Reference: Makefile
xref: /src/games/robots/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/robots/
Makefile revision 1.2
1#	@(#)Makefile	5.10 (Berkeley) 5/11/90
2
3PROG=	robots
4CFLAGS+=-DMAX_PER_UID=5
5SRCS=	extern.c init_field.c main.c make_level.c move.c move_robs.c \
6	play_level.c query.c rnd_pos.c score.c flush_in.c
7MAN6=	robots.0
8DPADD=	${LIBCURSES} ${LIBTERM}
9LDADD=	-lcurses -ltermlib
10HIDEGAME=hidegame
11
12beforeinstall:
13	install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
14	    ${DESTDIR}/var/games/robots_roll
15
16.include <bsd.prog.mk>
17

Indexes created Mon Dec 15 00:09:33 GMT 2025