From 38597c2f2901170018fe3fba1134e905472e1747 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 28 Apr 1997 23:53:25 +0000 Subject: Allow this to be cross-compiled (in a manner consistent with boggle's host-only helper programs). --- fortune/strfile/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/fortune/strfile/Makefile b/fortune/strfile/Makefile index a8847445..4ff76509 100644 --- a/fortune/strfile/Makefile +++ b/fortune/strfile/Makefile @@ -1,7 +1,16 @@ -# $NetBSD: Makefile,v 1.5 1995/03/23 08:28:44 cgd Exp $ +# $NetBSD: Makefile,v 1.6 1997/04/28 23:53:25 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= strfile MAN= strfile.8 +install: + +# Override these rules for cross-compilation +.c.o: + ${HOST_COMPILE.c} ${.IMPSRC} + +${PROG}: ${OBJS} + ${HOST_LINK.c} -o ${.TARGET} ${OBJS} + .include -- cgit v1.2.3-56-ge451