aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/cvsinit/Makefile
blob: ab20bf893cb275b16794bfea29208a9533ebbcce (plain) (blame)
1
2
3
4
5
6
7
8
#	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>