Treat these like other include files. This way:

* they are installed in the `make includes' pass.
* they are only updated if changed (which makes `make UPDATE=1' much faster).
This commit is contained in:
mycroft 2000-02-26 17:39:53 +00:00
parent d9c47013b2
commit a24e9dea0c
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $NetBSD: Makefile,v 1.25 2000/01/23 22:06:05 mycroft Exp $
# $NetBSD: Makefile,v 1.26 2000/02/26 17:39:53 mycroft Exp $
# IF YOU ADD TO MSRCS, MAKE SURE YOU UPDATE `CATDEPS' IN bsd.man.mk!
MSRCS= andoc doc doc-ditroff doc-common doc-nroff doc-syms doc2html
MMACS= ${MSRCS:S@^@tmac.@g}
FILES= ${MMACS}
FILESDIR=${BINDIR}/tmac
LINKS= ${FILESDIR}/tmac.andoc ${FILESDIR}/tmac.an
INCS= ${MMACS}
INCSDIR=${BINDIR}/tmac
LINKS= ${INCSDIR}/tmac.andoc ${INCSDIR}/tmac.an
CLEANFILES+= ${MMACS}
TMACDIR?=${.CURDIR}