diff options
Diffstat (limited to 'games/robots')
-rw-r--r-- | games/robots/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile index 3875f6fa983..e43b5e830b3 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2002/05/31 03:46:35 pjanzen Exp $ +# $OpenBSD: Makefile,v 1.11 2015/11/24 03:10:10 deraadt Exp $ PROG= robots CFLAGS+=-DMAX_PER_UID=5 @@ -7,7 +7,6 @@ SRCS= extern.c init_field.c main.c make_level.c move.c move_robs.c \ MAN= robots.6 DPADD= ${LIBCURSES} LDADD= -lcurses -BINMODE=2555 beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ |