freebsd-dev/usr.bin/which/Makefile
1999-02-09 17:23:03 +00:00

14 lines
227 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id$
MAINTAINER= wosch
MAN1= which.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
.include <bsd.prog.mk>