freebsd-dev/gnu/usr.bin/texinfo/info-files/Makefile
Bruce Evans 7dbead4e23 Fixed bogus obj target (found by objwarn check).
Removed unnecessary clean and cleandir targets.  The defaults are
adequate and we never bothered overriding the default for all,
depend, lint or tags.,
1996-09-20 18:04:26 +00:00

13 lines
179 B
Makefile

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