summaryrefslogtreecommitdiffstats
path: root/usr.bin/which
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-28 06:01:18 +0000
committerjkh <jkh@FreeBSD.org>1995-01-28 06:01:18 +0000
commit36ea0db5c68923abdaba68e2e50f1c0d9ecb59cd (patch)
treeba42a4edcd32027393218211515cb4058da9a394 /usr.bin/which
parentc73a368a7a219486a9cf4b7b47cfe47d3925e79c (diff)
downloadFreeBSD-src-36ea0db5c68923abdaba68e2e50f1c0d9ecb59cd.zip
FreeBSD-src-36ea0db5c68923abdaba68e2e50f1c0d9ecb59cd.tar.gz
Put in a much less bogus Makefile on advice from Bruce.
Diffstat (limited to 'usr.bin/which')
-rw-r--r--usr.bin/which/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile
index a60e713..7f0a9c7 100644
--- a/usr.bin/which/Makefile
+++ b/usr.bin/which/Makefile
@@ -1,11 +1,9 @@
-# Makefile for which
-# $Id: Makefile,v 1.6 1995/01/24 17:58:35 bde Exp $
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
-NOOBJ= yes
-SRCS=
+MAN1= which.1
-afterinstall:
- install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
- which.pl $(DESTDIR)$(BINDIR)/which
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/which.pl ${DESTDIR}/${BINDIR}/which
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud