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