1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 2# $FreeBSD$ 3 4VOLUME= usd/19.memacros 5SRCS= meintro.me-sed 6MACROS= -me 7GROFFDIR= ${.CURDIR}/../../../../contrib/groff 8SRCDIR= ${GROFFDIR}/doc 9 10version=`cat ${GROFFDIR}/VERSION` 11revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION` 12 13meintro.me-sed: meintro.me 14 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET} 15 16CLEANFILES= ${SRCS} 17 18.include <bsd.doc.mk> 19