Home | History | Annotate | Line # | Download | only in lorder
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2002/09/15 17:05:26 thorpej Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 COMPATOBJ!=	cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
      6 .-include	"${COMPATOBJ}/defs.mk"
      7 
      8 TIMESTAMP=	${TOOLDIR}/bin/nblorder
      9 
     10 CLEANFILES+=	lorder
     11 
     12 .PATH: ${.CURDIR}/../../usr.bin/lorder
     13 
     14 .include <bsd.hostprog.mk>
     15 
     16 install: ${TIMESTAMP}
     17 ${TIMESTAMP}: lorder
     18 	${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
     19 
     20 lorder: lorder.sh
     21 	sed -e "s,/bin/sh,${HOST_BSHELL},g" < ${.ALLSRC} > ${.TARGET}
     22 
     23 realall: lorder
     24