Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/tmac Arrange so that we can compile from a different l...
details: https://anonhg.NetBSD.org/src/rev/72a4a410f59d
branches: trunk
changeset: 474535:72a4a410f59d
user: christos <christos%NetBSD.org@localhost>
date: Sat Jul 10 20:04:03 1999 +0000
description:
Arrange so that we can compile from a different location
diffstat:
share/tmac/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r d460eec9e240 -r 72a4a410f59d share/tmac/Makefile
--- a/share/tmac/Makefile Sat Jul 10 19:59:28 1999 +0000
+++ b/share/tmac/Makefile Sat Jul 10 20:04:03 1999 +0000
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $NetBSD: Makefile,v 1.22 1999/01/13 05:21:46 ross Exp $
+# $NetBSD: Makefile,v 1.23 1999/07/10 20:04:03 christos 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
@@ -9,7 +9,8 @@
LINKS= ${FILESDIR}/tmac.andoc ${FILESDIR}/tmac.an
CLEANFILES+= ${MMACS}
-STRIP_SED = ${.CURDIR}/../me/strip.sed
+TMACDIR?=${.CURDIR}
+STRIP_SED = ${TMACDIR}/../me/strip.sed
# old macros not currently installed...
OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
Home |
Main Index |
Thread Index |
Old Index