Correct pre-installation target.

This commit is contained in:
Jordan K. Hubbard 1994-03-19 22:24:48 +00:00
parent b991deaa17
commit f43a065a65
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ catman: catman.sh
sed -e 's,%compress%,${compress},' \
-e 's,%compext%,${compext},' \
-e 's,%zcat%,${zcat},' \
${.CURDIR}/catman.sh > catman
${.CURDIR}/catman.sh > ${.CURDIR}/catman

View File

@ -13,5 +13,5 @@ makewhatis: makewhatis.sh
sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' \
-e 's,%zcat%,${zcat},' \
-e 's,%compext%,${compext},' \
${.CURDIR}/makewhatis.sh > makewhatis
${.CURDIR}/makewhatis.sh > ${.CURDIR}/makewhatis