From 9b568f16547a64d5ba81238823a9ef2475447760 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 28 Jan 1995 06:01:18 +0000 Subject: [PATCH] Put in a much less bogus Makefile on advice from Bruce. --- usr.bin/which/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index a60e7139fc48..7f0a9c7996e9 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