mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
10 lines
209 B
Makefile
10 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>
|