Home | History | Annotate | Line # | Download | only in true
Makefile revision 1.7
      1  1.2  mycroft #	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
      2  1.7  thorpej #	$Id: Makefile,v 1.7 1996/10/18 06:22:36 thorpej Exp $
      3  1.1      cgd 
      4  1.5      cgd MAN=	true.1
      5  1.3      jtc 
      6  1.6      cgd beforeinstall:
      7  1.7  thorpej 	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
      8  1.4       pk 		${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
      9  1.1      cgd 
     10  1.1      cgd .include <bsd.prog.mk>
     11