diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-02-26 07:14:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-02-26 07:14:36 +0000 |
commit | 56c0cc9823d21287527854f4750c48bd7f3afca0 (patch) | |
tree | 42dcd883850be55716f4aa2aa08f09f808c8578f /games | |
parent | b1d789b10233f35f6b838e9202eef02f2eaab7eb (diff) |
g/c unused robots_roll file.
From Randy Hartman
Diffstat (limited to 'games')
-rw-r--r-- | games/robots/Makefile | 6 |
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> |