NetBSD/games/mille/Makefile

14 lines
348 B
Makefile
Raw Normal View History

1997-05-29 04:40:03 +04:00
# $NetBSD: Makefile,v 1.7 1997/05/29 00:40:03 mellon Exp $
1995-03-24 08:00:43 +03:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= mille
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
roll.c save.c types.c varpush.c
1997-05-29 04:40:03 +04:00
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lcurses -ltermcap -lcompat
1994-12-22 12:31:26 +03:00
MAN= mille.6
1993-03-21 12:45:37 +03:00
HIDEGAME=hidegame
.include <bsd.prog.mk>