Makefile (9d6b125366fd8cb3675af53de07954f3b12b07c5) Makefile (9b568f16547a64d5ba81238823a9ef2475447760)
1# Makefile for which
2# $Id: Makefile,v 1.6 1995/01/24 17:58:35 bde Exp $
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
2
4NOOBJ= yes
5SRCS=
3MAN1= which.1
6
4
7afterinstall:
8 install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
9 which.pl $(DESTDIR)$(BINDIR)/which
5beforeinstall:
6 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7 ${.CURDIR}/which.pl ${DESTDIR}/${BINDIR}/which
10
11.include <bsd.prog.mk>
8
9.include <bsd.prog.mk>