]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - wump/Makefile
Revert to the original phrasing, but remove the man 8 section reference.
[bsdgames-darwin.git] / wump / Makefile
1 # $NetBSD: Makefile,v 1.10 2008/01/28 07:04:00 dholland Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 .include <bsd.own.mk>
5
6 PROG= wump
7 MAN= wump.6
8 HIDEGAME=hidegame
9 .if ${MKSHARE} != "no"
10 FILES=wump.info
11 FILESDIR=/usr/share/games
12 .endif
13
14 .include <bsd.prog.mk>