NetBSD/games/wump/Makefile

15 lines
257 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1999/02/13 02:54:22 lukem Exp $
1995-04-22 12:19:45 +04:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= wump
1994-12-22 12:31:26 +03:00
MAN= wump.6
1993-03-21 12:45:37 +03:00
HIDEGAME=hidegame
.if ${MKSHARE} != "no"
1997-03-25 01:15:37 +03:00
FILES=wump.info
FILESDIR=/usr/share/games
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>