MAINTAINER lines in Makefile's are no longer applicable, remove them.
[dragonfly.git] / usr.bin / which / Makefile
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
5 MAN=    which.1
6
7 beforeinstall:
8         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9             ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
10
11 .include <bsd.prog.mk>