Makefile revision 1.1
11.1Sitohy# $NetBSD: Makefile,v 1.1 1998/09/01 19:51:07 itohy Exp $ 21.1Sitohy 31.1SitohyPROG= aout2hux 41.1SitohyMAN= aout2hux.1 51.1Sitohy 61.1Sitohy# only needed during build 71.1Sitohyproginstall:: 81.1Sitohy 91.1Sitohy# Override these rules for cross-compilation 101.1Sitohy.c.o: 111.1Sitohy ${HOST_COMPILE.c} ${.IMPSRC} 121.1Sitohy 131.1Sitohy${PROG}: ${OBJS} 141.1Sitohy ${HOST_LINK.c} -o ${.TARGET} ${OBJS} 151.1Sitohy 161.1Sitohy.include <bsd.prog.mk> 171.1Sitohy 181.1Sitohy${OBJS}: aout68k.h hux.h type_local.h 19