summaryrefslogtreecommitdiffstats
path: root/canfield/canfield/Makefile
blob: f9fb8643c770f12cb9f3fe5c97d3665c1cf7fb24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.7 1998/02/18 22:37:31 jtc Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	canfield
MAN=	canfield.6
DPADD=	${LIBCURSES}
LDADD=	-lcurses
HIDEGAME=hidegame
SETGIDGAME=yes


.include "../../Makefile.inc"
.include <bsd.prog.mk>