From d2ba0c38d7350d7e52095d2ed6b0448a3d645e4c Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 26 Feb 2019 07:14:35 +0000 Subject: g/c unused robots_roll file. From Randy Hartman --- games/robots/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'games') 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 -- cgit v1.2.3-59-g8ed1b