summaryrefslogtreecommitdiffstats
path: root/usr.bin/which/Makefile
blob: a60e7139fc48c8cf8c3583a34021b6cf00af9dec (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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>
OpenPOWER on IntegriCloud