diff options
-rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index 4267cc7..c384ed3 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -72,8 +72,4 @@ beforeinstall: ${DIST_DIR}/man.local ${DESTDIR}${TMACDIR} .endif -# XXX - Make sure we don't use old generated files as sources. -beforedepend: - rm -f doc-common doc-ditroff doc-nroff doc-syms - .include <bsd.prog.mk> |