Put in a much less bogus Makefile on advice from Bruce.

This commit is contained in:
Jordan K. Hubbard 1995-01-28 06:01:18 +00:00
parent 1569d8d643
commit 9b568f1654
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5984

View File

@ -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>