freebsd-dev/usr.bin/which/Makefile
Jordan K. Hubbard 9d6b125366 Use the better perl script version of which submitted by Wolfram.
Submitted by:	Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-01-26 21:49:54 +00:00

12 lines
221 B
Makefile

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