5b4f007e0b
This is going to be pretty messy.... Although the vendor import was correct, both the vendor and release tags are the same "gnu"... :-/ Getting cvs to choose the correct one might be rather interesting...
9 lines
200 B
Makefile
9 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>
|