NetBSD/games/wump/Makefile

13 lines
283 B
Makefile
Raw Normal View History

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