1995-01-28 06:01:18 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1995-01-26 21:49:54 +00:00
|
|
|
|
1995-01-28 06:01:18 +00:00
|
|
|
MAN1= which.1
|
1995-01-26 21:49:54 +00:00
|
|
|
|
1995-01-28 06:01:18 +00:00
|
|
|
beforeinstall:
|
1995-07-25 00:22:50 +00:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
|
|
${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
|
1995-01-26 21:49:54 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|