Home | History | Annotate | Line # | Download | only in true
Makefile revision 1.5
      1 #	from: @(#)Makefile	5.3 (Berkeley) 5/11/90
      2 #	$Id: Makefile,v 1.5 1994/12/22 12:31:16 cgd Exp $
      3 
      4 MAN=	true.1
      5 
      6 install:
      7 	install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
      8 		${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
      9 
     10 .include <bsd.prog.mk>
     11