fix building of cards.pck
This commit is contained in:
parent
c55795d055
commit
4af1b6e1a6
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.20 1999/02/13 02:54:21 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2001/06/06 17:31:28 lukem Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
@ -14,7 +14,7 @@ FILES=cards.pck
|
|||
FILESDIR=/usr/share/games
|
||||
.endif
|
||||
|
||||
monop: cards.pck
|
||||
realall: ${FILES}
|
||||
|
||||
initdeck: initdeck.c
|
||||
${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c
|
||||
|
|
Loading…
Reference in New Issue