opnsense-src/gnu/usr.bin/cvs/cvsinit/Makefile
Bruce Evans 9c0dc173cc Change install' to ${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00

8 lines
231 B
Makefile

# $Id: Makefile,v 1.1 1994/10/22 04:51:39 nate Exp $
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cvsinit.sh ${DESTDIR}${BINDIR}/cvsinit
.include "../../Makefile.inc"
.include <bsd.prog.mk>