freebsd-dev/gnu/usr.bin/texinfo/info-files/Makefile
Bruce Evans db1e9e9ea9 Change install' to ${INSTALL}' as usual.
Use -c, not ${COPY}, to install `dir'.  ${COPY} should never be used to
install source files.  The source might be lost if the default is overridden.
1995-07-25 00:12:06 +00:00

15 lines
197 B
Makefile

#
# Makefile for INFO files
#
INFOFILES= dir
install:
${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
${DESTDIR}${INFODIR}
clean cleandir obj:
@echo -n
.include <bsd.prog.mk>