mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
11 lines
212 B
Makefile
11 lines
212 B
Makefile
# $FreeBSD$
|
|
|
|
MAN= rcsfreeze.1
|
|
|
|
afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/rcsfreeze.sh ${DESTDIR}${BINDIR}/rcsfreeze
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|