NetBSD/games/wump/Makefile

13 lines
276 B
Makefile
Raw Normal View History

1995-04-22 12:19:45 +04:00
# $NetBSD: Makefile,v 1.4 1995/04/22 08:19:45 cgd Exp $
# @(#)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:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>