xref: /dragonfly/usr.bin/which/Makefile (revision 9bb2a92d)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/which/Makefile,v 1.5.2.3 2002/08/07 16:32:01 ru Exp $
3# $DragonFly: src/usr.bin/which/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $
4
5MAN=	which.1
6
7beforeinstall:
8	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
10
11.include <bsd.prog.mk>
12