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