NetBSD/games/wump/Makefile

13 lines
278 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
1994-12-22 12:31:26 +03:00
# $Id: Makefile,v 1.3 1994/12/22 09:36:38 cgd Exp $
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>