summaryrefslogtreecommitdiff
path: root/usr.bin/which/Makefile
blob: 613855aac0a3607a68e82fe0d3ac3d95b8162b8e (plain)
1
2
3
4
5
6
7
8
9
10
#	from: @(#)Makefile	5.5 (Berkeley) 7/1/90
#	$Id: Makefile,v 1.1 1995/10/18 08:46:52 deraadt Exp $

MAN=	which.1

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/which.csh ${DESTDIR}${BINDIR}/which

.include <bsd.prog.mk>