386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 13 Jul 1992 11:06:13 +0000 (03:06 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 13 Jul 1992 11:06:13 +0000 (03:06 -0800)
Work on file usr/othersrc/games/chess/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/games/chess/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/games/chess/Makefile b/usr/othersrc/games/chess/Makefile
new file mode 100644 (file)
index 0000000..d5fa6f4
--- /dev/null
@@ -0,0 +1,15 @@
+#      @(#)Makefile    5.4 (Berkeley) 5/11/90
+
+PROG=  chess
+SRCS=  gnuchess.c uxdsp.c move.c
+CFLAGS+=-DNEWMOVE=12
+MAN6=  chess.0
+DPADD= ${LIBCURSES} ${LIBTERM}
+LDADD= -lcurses -ltermlib
+HIDEGAME=hidegame
+
+beforeinstall: 
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
+           ${DESTDIR}/usr/share/games
+
+.include <bsd.prog.mk>