freebsd-dev/usr.sbin/pcvt/Misc/Makefile
Joerg Wunsch 2cdfa5f477 Something that should have been done 2.5 years ago: install pcvt's
accompanying doc files into /usr/share/pcvt/.  (This goes to the `doc'
distribution, not `bin'.)
1997-10-18 10:40:02 +00:00

16 lines
281 B
Makefile

SUBDIR= Doc Etc
FILES= README.FIRST
beforeinstall:
for file in ${FILES}; \
do \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/$$file ; \
done
afterdistribute: beforeinstall
.include "Makefile.inc"
.include <bsd.subdir.mk>