opnsense-src/gnu/usr.bin/cvs/cvsbug/Makefile

22 lines
406 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
2000-01-10 06:38:51 -05:00
MAINTAINER= peter@FreeBSD.org
1999-12-08 11:43:32 -05:00
.include "${.CURDIR}/../Makefile.inc"
.PATH: ${CVSDIR}/src
.PATH: ${CVSDIR}/man
.PATH: ${CVSDIR}
2001-04-07 07:21:35 -04:00
SCRIPTS= cvsbug
MAN= cvsbug.8
CLEANFILES+= cvsbug
cvsbug: cvsbug.in
version=`sed < ${CVSDIR}/configure \
-e '/^[ ]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q`; \
sed -e "s,@VERSION@,$${version}-FreeBSD,g" ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>