build chess.6 on alpha.

This commit is contained in:
mrg 1997-07-21 04:48:06 +00:00
parent fab0b65073
commit 86f42e76cd
2 changed files with 8 additions and 6 deletions

View File

@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.5 1997/01/22 04:19:48 thorpej Exp $
# $NetBSD: Makefile,v 1.6 1997/07/21 04:48:06 mrg Exp $
SUBDIR+= lib usr.bin
.if (${MACHINE_ARCH} != "alpha")
.if exists(games)
SUBDIR+= games
.endif
.if (${MACHINE_ARCH} != "alpha")
SUBDIR+= libexec
.endif

View File

@ -1,16 +1,19 @@
# $NetBSD: Makefile,v 1.10 1997/03/24 22:06:04 christos Exp $
# $NetBSD: Makefile,v 1.11 1997/07/21 04:48:06 mrg Exp $
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
.if (${MACHINE_ARCH} != "alpha")
PROG= chess
SRCS= gnuchess.c uxdsp.c move.c
CFLAGS+=-DNEWMOVE=12
MAN= chess.6
DPADD= ${LIBCURSES} ${LIBTERM} ${LIBGNUMALLOC}
LDADD= -lcurses -ltermlib -lgnumalloc
HIDEGAME=hidegame
CLEANFILES += chess.6
FILES=gnuchess.book
FILESDIR=/usr/share/games
.endif
MAN= chess.6
CLEANFILES += chess.6
chess.6:
/bin/rm -rf ${.OBJDIR}/chess.6