Replace @MKTEMP_SH_FUNCTION@ and @MKTEMP@ in rcs2log.

Addresses PR 28567.
This commit is contained in:
wiz 2004-12-09 17:35:38 +00:00
parent ca50c2f187
commit 548afc964d

View File

@ -1,10 +1,15 @@
# $NetBSD: Makefile,v 1.6 2001/12/12 23:53:31 lukem Exp $
# $NetBSD: Makefile,v 1.7 2004/12/09 17:35:38 wiz Exp $
NOMAN= # defined
.include "${.CURDIR}/../Makefile.inc"
SCRIPTS= rcs2log.sh
SCRIPTS= rcs2log
CLEANFILES= ${SCRIPTS}
rcs2log: rcs2log.sh
sed -e "s/@MKTEMP_SH_FUNCTION@//" -e "s/@MKTEMP@/mktemp/" \
${.ALLSRC} > ${.TARGET}
DIST=${IDIST}/contrib
.PATH: ${DIST}