summaryrefslogtreecommitdiffstats
path: root/usr.bin/which/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-26 21:49:54 +0000
committerjkh <jkh@FreeBSD.org>1995-01-26 21:49:54 +0000
commit17c2207d91f2e1977f8a2531072e7d30a7ae2d3f (patch)
tree3a485223394c8d004ed77db74152e4070256c4ed /usr.bin/which/Makefile
parentdd5cf89ec4aa71c9c6e54b50b32167bd1712f544 (diff)
downloadFreeBSD-src-17c2207d91f2e1977f8a2531072e7d30a7ae2d3f.zip
FreeBSD-src-17c2207d91f2e1977f8a2531072e7d30a7ae2d3f.tar.gz
Use the better perl script version of which submitted by Wolfram.
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
Diffstat (limited to 'usr.bin/which/Makefile')
-rw-r--r--usr.bin/which/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile
new file mode 100644
index 0000000..a60e713
--- /dev/null
+++ b/usr.bin/which/Makefile
@@ -0,0 +1,11 @@
+# Makefile for which
+# $Id: Makefile,v 1.6 1995/01/24 17:58:35 bde Exp $
+
+NOOBJ= yes
+SRCS=
+
+afterinstall:
+ install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
+ which.pl $(DESTDIR)$(BINDIR)/which
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud