summaryrefslogtreecommitdiff
path: root/usr.bin/true/Makefile
blob: cc876f880f4b57fd21bb4df4af3be08cf789153e (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:41:52 deraadt Exp $

MAN=	true.1

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

.include <bsd.prog.mk>