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