NetBSD/games/wump/Makefile

13 lines
283 B
Makefile
Raw Normal View History

1996-10-18 02:48:24 +00:00
# $NetBSD: Makefile,v 1.5 1996/10/18 02:51:24 thorpej Exp $
1995-04-22 08:19:45 +00:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 09:45:37 +00:00
PROG= wump
1994-12-22 09:31:26 +00:00
MAN= wump.6
1993-03-21 09:45:37 +00:00
HIDEGAME=hidegame
beforeinstall:
1996-10-18 02:48:24 +00:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
1993-03-21 09:45:37 +00:00
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>