From a7e2b61c85114de62b4169af04f5d5e7600a12a3 Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 9 Apr 2000 14:32:19 +0000 Subject: [PATCH] Link /usr/tmac/mdoc/doc to /usr/tmac/tmac.doc and remove references to files we don't ship. --- share/tmac/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/share/tmac/Makefile b/share/tmac/Makefile index 3bc11523085..40e13a90265 100644 --- a/share/tmac/Makefile +++ b/share/tmac/Makefile @@ -1,16 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:54 todd Exp $ +# $OpenBSD: Makefile,v 1.4 2000/04/09 14:32:19 millert Exp $ # from: @(#)Makefile 6.13 (Berkeley) 3/20/91 BINDIR= /usr/share FILES= tmac.andoc -LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an +LINKS= ${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an \ + ${BINDIR}/tmac/mdoc/doc ${BINDIR}/tmac/tmac.doc NOOBJ= noobj SUBDIR= mdoc -# old macros not currently installed... -OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old - all clean cleandir depend lint tags: realinstall: -- 2.20.1