NetBSD/share/tmac/Makefile

24 lines
588 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 6.13 (Berkeley) 3/20/91
# $NetBSD: Makefile,v 1.18 1997/05/09 07:50:25 mycroft Exp $
1993-03-21 12:45:37 +03:00
MSRCS= andoc doc doc-ditroff doc-common doc-nroff doc-syms
1997-03-25 00:57:01 +03:00
MMACS= ${MSRCS:S@^@tmac.@g}
FILES= ${MMACS}
1997-03-25 00:57:01 +03:00
FILESDIR=${BINDIR}/tmac
1997-03-27 11:50:26 +03:00
LINKS= ${FILESDIR}/tmac.andoc ${FILESDIR}/tmac.an
1997-03-25 00:57:01 +03:00
CLEANFILES+= ${MMACS}
1993-03-21 12:45:37 +03:00
1997-03-25 00:57:01 +03:00
STRIP_SED = ${.CURDIR}/../me/strip.sed
1993-03-21 12:45:37 +03:00
# old macros not currently installed...
OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
1993-03-21 12:45:37 +03:00
1997-03-25 00:57:01 +03:00
all: ${MMACS}
1993-03-21 12:45:37 +03:00
1997-03-25 00:57:01 +03:00
.for i in ${MSRCS}
tmac.$i: $i
sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}
.endfor
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>