1997-05-07 19:59:08 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1997/05/07 15:59:10 mycroft Exp $
|
1995-03-23 11:28:00 +03:00
|
|
|
# @(#)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
|
|
|
|
1997-05-07 19:59:08 +04:00
|
|
|
# only needed during build
|
|
|
|
proginstall::
|
1997-04-29 03:53:25 +04:00
|
|
|
|
|
|
|
# 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>
|