freebsd-dev/games/wargames/Makefile
Jordan K. Hubbard 01ce53ab1c The people frobbing this file seem constitutionally unable to do so
without breaking it.  Use ${.CURDIR} properly so that beforeinstall
target will actually work in the presence of an obj dir.
2000-02-15 07:15:41 +00:00

11 lines
222 B
Makefile

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