NetBSD/games/fortune/strfile/Makefile

17 lines
300 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1997/04/28 23:53:25 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
PROG= strfile
1994-12-22 12:31:26 +03:00
MAN= strfile.8
1993-03-21 12:45:37 +03:00
install:
# Override these rules for cross-compilation
.c.o:
${HOST_COMPILE.c} ${.IMPSRC}
${PROG}: ${OBJS}
${HOST_LINK.c} -o ${.TARGET} ${OBJS}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>