aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/which/Makefile
diff options
context:
space:
mode:
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 0000000000000..a60e7139fc48c
--- /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>