summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-02-26 07:14:35 +0000
committertb <tb@openbsd.org>2019-02-26 07:14:35 +0000
commitd2ba0c38d7350d7e52095d2ed6b0448a3d645e4c (patch)
tree15bfcf4a8d6763ce2c8fa89dc04b8020ac933d40 /games
parenti forgot to commit a regen after fixing some bcm entries (diff)
downloadwireguard-openbsd-d2ba0c38d7350d7e52095d2ed6b0448a3d645e4c.tar.xz
wireguard-openbsd-d2ba0c38d7350d7e52095d2ed6b0448a3d645e4c.zip
g/c unused robots_roll file.
From Randy Hartman
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>