Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/stand/wrtvid This is a HOST program, so mak...



details:   https://anonhg.NetBSD.org/src/rev/cfc4c261323c
branches:  trunk
changeset: 513604:cfc4c261323c
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 05 06:10:25 2001 +0000

description:
This is a HOST program, so make compile as one.

diffstat:

 sys/arch/mvme68k/stand/wrtvid/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 58b7a51a8dfa -r cfc4c261323c sys/arch/mvme68k/stand/wrtvid/Makefile
--- a/sys/arch/mvme68k/stand/wrtvid/Makefile    Sun Aug 05 05:47:43 2001 +0000
+++ b/sys/arch/mvme68k/stand/wrtvid/Makefile    Sun Aug 05 06:10:25 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.6 2001/01/21 10:58:04 scw Exp $
+#      $NetBSD: Makefile,v 1.7 2001/08/05 06:10:25 matt Exp $
 
 S=${.CURDIR}/../../../../
-PROG=  wrtvid
+HOSTPROG=      wrtvid
 MKMAN= no
 LIBSA=${.CURDIR}/../../../../lib/libsa
 COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
-CPPFLAGS+= -I. -I${LIBSA}
+HOST_CPPFLAGS+= -I. -I${LIBSA}
 DPADD+=        machine m68k
 
 .PATH.c: ${LIBSA}
@@ -25,4 +25,4 @@
        -rm -f ${.TARGET}
        ln -s $S/arch/m68k/include m68k
 
-.include <bsd.prog.mk>
+.include <bsd.hostprog.mk>



Home | Main Index | Thread Index | Old Index