freebsd-dev/usr.bin/which/Makefile
1999-08-28 01:08:13 +00:00

14 lines
232 B
Makefile

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