freebsd-dev/games/wargames/Makefile
2001-03-26 14:22:12 +00:00

11 lines
221 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
MAN= wargames.6
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/wargames.sh ${DESTDIR}${BINDIR}/wargames
.include <bsd.prog.mk>