From: William F. Jolitz Date: Sun, 1 Jul 1990 17:27:50 +0000 (-0800) Subject: 386BSD 0.0 development X-Git-Tag: 386BSD-0.0~1107 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/fe43bb0e369e4e27542928715c3e3ab68d846a83 386BSD 0.0 development Work on file usr/src/usr.bin/which/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.0/src --- diff --git a/usr/src/usr.bin/which/Makefile b/usr/src/usr.bin/which/Makefile new file mode 100644 index 0000000000..d7cdce698a --- /dev/null +++ b/usr/src/usr.bin/which/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 5.5 (Berkeley) 7/1/90 + +MAN1= which.0 + +beforeinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/which.csh ${DESTDIR}${BINDIR}/which + +.include