mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
18 lines
414 B
Makefile
18 lines
414 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= usd/20.meref
|
|
SRCS= meref.me-sed
|
|
MACROS= -me
|
|
GROFFDIR= ${SRCTOP}/contrib/groff
|
|
SRCDIR= ${GROFFDIR}/doc
|
|
|
|
version=`cat ${GROFFDIR}/VERSION`
|
|
revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ${GROFFDIR}/REVISION`
|
|
|
|
meref.me-sed: meref.me
|
|
sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
|
|
|
|
CLEANFILES= ${SRCS}
|
|
|
|
.include <bsd.doc.mk>
|