xref: /original-bsd/old/which/Makefile (revision 2281fc9b)
1#	@(#)Makefile	5.5 (Berkeley) 07/01/90
2
3MAN1=	which.0
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7	    ${.CURDIR}/which.csh ${DESTDIR}${BINDIR}/which
8
9.include <bsd.prog.mk>
10