Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 1998/09/01 19:51:07 itohy Exp $ 2 3PROG= aout2hux 4MAN= aout2hux.1 5 6# only needed during build 7proginstall:: 8 9# Override these rules for cross-compilation 10.c.o: 11 ${HOST_COMPILE.c} ${.IMPSRC} 12 13${PROG}: ${OBJS} 14 ${HOST_LINK.c} -o ${.TARGET} ${OBJS} 15 16.include <bsd.prog.mk> 17 18${OBJS}: aout68k.h hux.h type_local.h 19