diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-03-19 22:24:48 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-03-19 22:24:48 +0000 |
| commit | f43a065a65a1e2d555234b6e98eeaa397f7c1764 (patch) | |
| tree | b4dbd8aa09a7c5a73a13e8a98775ad7e85bb1677 /gnu/usr.bin/man | |
| parent | b991deaa1701f5a66f19ff0e1d204aa652e03fe4 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man')
| -rw-r--r-- | gnu/usr.bin/man/catman/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/makewhatis/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/catman/Makefile b/gnu/usr.bin/man/catman/Makefile index 15672d531097..e6d32a040fdf 100644 --- a/gnu/usr.bin/man/catman/Makefile +++ b/gnu/usr.bin/man/catman/Makefile @@ -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 diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile index ea9c4e450ba0..132425581d02 100644 --- a/gnu/usr.bin/man/makewhatis/Makefile +++ b/gnu/usr.bin/man/makewhatis/Makefile @@ -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 |
