summaryrefslogtreecommitdiff
path: root/usr.bin/true/Makefile
blob: 56dc51076ae3843dc9ae8936e9b5ae0f0fc81770 (plain)
1
2
3
4
5
6
7
8
9
10
#	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
#	$Id: Makefile,v 1.1 1995/10/18 08:46:26 deraadt Exp $

MAN=	true.1

beforeinstall:
	install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true

.include <bsd.prog.mk>