Makefile (6eee579315c654f5d06b165ce593fa686aeafbb3) | Makefile (1c9a0db84106b572e5441055d9beb5b55e20b4fa) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/6/93 | 1# @(#)Makefile 8.1 (Berkeley) 6/6/93 |
2# $Id$ |
|
2 | 3 |
4MAINTAINER= wosch 5 6 |
|
3MAN1= which.1 4 5beforeinstall: 6 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 7 ${.CURDIR}/which.pl ${DESTDIR}${BINDIR}/which 8 9.include <bsd.prog.mk> | 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> |