Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:29:33 dillon Exp $
4
5 MAINTAINER= wosch
6
7 MAN=    which.1
8
9 beforeinstall:
10         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11             ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
12
13 .include <bsd.prog.mk>