NetBSD/games/fortune/strfile/Makefile

18 lines
332 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1997/05/07 15:59:10 mycroft 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
# only needed during build
proginstall::
# 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>