diff options
Diffstat (limited to 'share/info/Makefile')
-rw-r--r-- | share/info/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/share/info/Makefile b/share/info/Makefile deleted file mode 100644 index 0360a58be245..000000000000 --- a/share/info/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 - -NOOBJ= noobj - -all clean cleandir depend lint tags: - -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \ - ${DESTDIR}${BINDIR}/info/dir-tmpl - if [ ! -f ${DESTDIR}${BINDIR}/info/dir ]; then \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \ - ${DESTDIR}${BINDIR}/info/dir ; \ - fi - -.include <bsd.prog.mk> |