1 1.7 mycroft # $NetBSD: Makefile,v 1.7 1997/05/07 15:59:10 mycroft Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 cgd 4 1.1 cgd PROG= strfile 5 1.4 cgd MAN= strfile.8 6 1.6 thorpej 7 1.7 mycroft # only needed during build 8 1.7 mycroft proginstall:: 9 1.6 thorpej 10 1.6 thorpej # Override these rules for cross-compilation 11 1.6 thorpej .c.o: 12 1.6 thorpej ${HOST_COMPILE.c} ${.IMPSRC} 13 1.6 thorpej 14 1.6 thorpej ${PROG}: ${OBJS} 15 1.6 thorpej ${HOST_LINK.c} -o ${.TARGET} ${OBJS} 16 1.1 cgd 17 1.1 cgd .include <bsd.prog.mk> 18