Makefile revision 1.7
1#	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
2#	$Id: Makefile,v 1.7 1996/10/18 06:22:36 thorpej Exp $
3
4MAN=	true.1
5
6beforeinstall:
7	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8		${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
9
10.include <bsd.prog.mk>
11