mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
8 lines
200 B
Makefile
8 lines
200 B
Makefile
MAN1= rcsfreeze.1
|
|
|
|
afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/rcsfreeze.sh ${DESTDIR}${BINDIR}/rcsfreeze
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|