]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - mille/Makefile
install games files with the correct permissions.
[bsdgames-darwin.git] / mille / Makefile
1 # $NetBSD: Makefile,v 1.7 1997/05/29 00:40:03 mellon Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= mille
5 SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
6 roll.c save.c types.c varpush.c
7 DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
8 LDADD= -lcurses -ltermcap -lcompat
9 MAN= mille.6
10 HIDEGAME=hidegame
11
12 .include <bsd.prog.mk>
13