d2893b161b
for a long time now. Approved by: bde
11 lines
209 B
Makefile
11 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
MAN= rcsfreeze.1
|
|
|
|
afterinstall:
|
|
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/rcsfreeze.sh ${DESTDIR}${BINDIR}/rcsfreeze
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|