Home | History | Annotate | Line # | Download | only in lorder
Makefile revision 1.5
      1 #	from: @(#)Makefile	5.3 (Berkeley) 5/18/90
      2 #	$Id: Makefile,v 1.5 1993/07/31 15:20:10 mycroft Exp $
      3 
      4 MAN1=	lorder.0
      5 
      6 NOPROG=noprog
      7 
      8 realinstall:
      9 	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     10 	    ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
     11 
     12 .include <bsd.prog.mk>
     13