summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/robots/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile
index e43b5e830b3..438d923055f 100644
--- a/games/robots/Makefile
+++ b/games/robots/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2015/11/24 03:10:10 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2019/02/26 07:14:35 tb Exp $
PROG= robots
CFLAGS+=-DMAX_PER_UID=5
@@ -8,8 +8,4 @@ MAN= robots.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
-beforeinstall:
- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
- ${DESTDIR}/var/games/robots_roll
-
.include <bsd.prog.mk>