X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/91e8bf7c25f16721a2b11e84fe0d77ba69e81c84..67dffe9c825f77d6fb27d662732bfb27c2f1f5a2:/wump/Makefile diff --git a/wump/Makefile b/wump/Makefile index 58c65e7c..d83e3dbe 100644 --- a/wump/Makefile +++ b/wump/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.4 1995/04/22 08:19:45 cgd Exp $ +# $NetBSD: Makefile,v 1.10 2008/01/28 07:04:00 dholland Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 +.include + PROG= wump MAN= wump.6 HIDEGAME=hidegame - -beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \ - ${DESTDIR}/usr/share/games +.if ${MKSHARE} != "no" +FILES=wump.info +FILESDIR=/usr/share/games +.endif .include