xref: /original-bsd/old/which/Makefile (revision 7a9bd2f5)
1#	@(#)Makefile	5.4 (Berkeley) 05/24/90
2
3MAN1=	which.0
4
5all which: ${MAN1}
6
7clean cleandir depend lint tags:
8
9beforeinstall:
10	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/which.csh ${DESTDIR}${BINDIR}/which
12
13.include <bsd.prog.mk>
14