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