Use the SCRIPTS knob.

This commit is contained in:
Ruslan Ermilov 2002-04-29 15:43:47 +00:00
parent b32781172b
commit 96a2d897a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95733

View File

@ -2,10 +2,7 @@
# $Id: Makefile,v 1.1.1.1 1999/08/08 23:31:13 itojun Exp $
# $FreeBSD$
SCRIPTS=prefix.sh
MAN= prefix.8
realinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/prefix.sh ${DESTDIR}${BINDIR}/prefix
.include <bsd.prog.mk>