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