summaryrefslogtreecommitdiff
path: root/gnu/games/chess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/games/chess/Makefile')
-rw-r--r--gnu/games/chess/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile
deleted file mode 100644
index bd93e826b63..00000000000
--- a/gnu/games/chess/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.2 1996/06/02 05:57:03 tholo Exp $
-
-PROG= chess
-SRCS= gnuchess.c uxdsp.c move.c
-CFLAGS+=-DNEWMOVE=12
-MAN= chess.6
-DPADD= ${LIBCURSES} ${LIBTERMLIB} /usr/lib/libgnumalloc.a
-LDADD= -lcurses -ltermlib -lgnumalloc
-HIDEGAME=hidegame
-CLEANFILES += chess.6
-
-chess.6:
- /bin/rm -rf ${.OBJDIR}/chess.6
- ln -s ${.CURDIR}/DOCUMENTATION/MAN-PAGE ${.OBJDIR}/chess.6
-
-beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
- ${DESTDIR}/usr/share/games
-
-.include <bsd.prog.mk>