Makefile (c3aac50f284c6cca5b4f2eb46aaa13812cb8b630) Makefile (cc70d84c4a6b6e1c0224bbdfd5bd306252d9fb4f)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4MAINTAINER= wosch
4PROG= which
5
5
6
7MAN1= which.1
8
9beforeinstall:
10 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11 ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which
12
13.include <bsd.prog.mk>
6.include <bsd.prog.mk>