1993-08-04 21:00:46 +00:00
|
|
|
# @(#)Makefile 5.6 (Berkeley) 6/23/90
|
1993-07-07 23:07:02 +00:00
|
|
|
|
1993-08-04 21:00:46 +00:00
|
|
|
NOMAN= noman
|
|
|
|
CLEANFILES= makewhatis
|
1993-07-07 23:07:02 +00:00
|
|
|
|
1993-08-04 21:00:46 +00:00
|
|
|
beforeinstall: makewhatis
|
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
1994-04-13 19:54:43 +00:00
|
|
|
makewhatis ${DESTDIR}${BINDIR}
|
1993-07-07 23:07:02 +00:00
|
|
|
|
1993-08-04 21:00:46 +00:00
|
|
|
.include <bsd.prog.mk>
|
1993-07-07 23:07:02 +00:00
|
|
|
|
1993-08-04 21:00:46 +00:00
|
|
|
makewhatis: makewhatis.sh
|
|
|
|
sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' \
|
1994-03-05 13:48:38 +00:00
|
|
|
-e 's,%zcat%,${zcat},' \
|
|
|
|
-e 's,%compext%,${compext},' \
|
1994-04-13 19:54:43 +00:00
|
|
|
${.CURDIR}/makewhatis.sh > makewhatis
|
1993-07-07 23:07:02 +00:00
|
|
|
|