summaryrefslogtreecommitdiff
path: root/usr.bin/true/Makefile
blob: 632a0ea2a439b15e1c05cc7ea02846b201d79ef0 (plain)
1
2
3
4
5
6
7
8
9
10
#	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
#	$Id: Makefile,v 1.6 1994/12/22 13:10:45 cgd Exp $

MAN=	true.1

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

.include <bsd.prog.mk>