Makefile revision 43805
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2#	$Id$
3
4MAINTAINER= wosch
5
6
7MAN1=	which.1
8
9beforeinstall:
10	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
12
13.include <bsd.prog.mk>
14