mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@9775 a4a2c43b-8ac3-0310-8836-e0e880c912e2
15 lines
257 B
Makefile
15 lines
257 B
Makefile
# $NetBSD: Makefile,v 1.8 1999/02/13 02:54:22 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= wump
|
|
MAN= wump.6
|
|
HIDEGAME=hidegame
|
|
.if ${MKSHARE} != "no"
|
|
FILES=wump.info
|
|
FILESDIR=/usr/share/games
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|