386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 1 Jul 1990 17:27:50 +0000 (09:27 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 1 Jul 1990 17:27:50 +0000 (09:27 -0800)
Work on file usr/src/usr.bin/which/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/usr.bin/which/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/which/Makefile b/usr/src/usr.bin/which/Makefile
new file mode 100644 (file)
index 0000000..d7cdce6
--- /dev/null
@@ -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 <bsd.prog.mk>