Hook binutils-2.17 into the build.
[dragonfly.git] / share / doc / usd / 19.memacros / Makefile
blobb7562b98944173e5b95ecda45953809025f945d2
1 # From: @(#)Makefile 8.1 (Berkeley) 6/8/93
2 # $FreeBSD: src/share/doc/usd/19.memacros/Makefile,v 1.5.2.2 2000/12/07 10:00:05 ru Exp $
3 # $DragonFly: src/share/doc/usd/19.memacros/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
5 VOLUME= usd/19.memacros
6 SRCS= meintro.me-sed
7 MACROS= -me
8 SRCDIR= ${.OBJDIR}
10 GROFFDIR=${.CURDIR}/../../../../contrib/groff
12 .PATH: ${GROFFDIR}/doc
14 version=`cat ${GROFFDIR}/VERSION`
15 revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION`
17 meintro.me-sed: meintro.me
18 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
20 CLEANFILES+=${SRCS}
22 .include <bsd.doc.mk>