mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Put in a much less bogus Makefile on advice from Bruce.
This commit is contained in:
parent
1569d8d643
commit
9b568f1654
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5984
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user