dbed313a70
- Use ``beforeinstall'' rather than install for the custom installation target used to install the shell script. Approved by: jkh
12 lines
224 B
Makefile
12 lines
224 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
NOOBJ= noobj
|
|
MAN6= wargames.6
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
|
|
${DESTDIR}${BINDIR}/wargames
|
|
|
|
.include <bsd.prog.mk>
|