diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-11 20:08:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-11 20:08:38 +0000 |
commit | 55f3991b28386201cef7ec8f34b870703c549ea3 (patch) | |
tree | 2f49d53f29effe742f63504af0506910c308610e | |
parent | 1f61668b6cf24eec0a600dce89d52daabe855054 (diff) |
Do the mdoc/doc -> tmac.doc linking in the correct subdir.
-rw-r--r-- | share/tmac/mdoc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/tmac/mdoc/Makefile b/share/tmac/mdoc/Makefile index 72d39acef0d..327d3fb4aa4 100644 --- a/share/tmac/mdoc/Makefile +++ b/share/tmac/mdoc/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 1996/08/24 07:47:06 etheisen Exp $ +# $OpenBSD: Makefile,v 1.3 2000/04/11 20:08:37 millert Exp $ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms +MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms BINDIR= /usr/share/tmac/mdoc +LINKS= ${BINDIR}/doc ${BINDIR}/../tmac.doc STRIP_SED = ${.CURDIR}/../strip.sed NOOBJ= noobj |