Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.prog.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.prog.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.141 retrieving revision 1.142 diff -u -p -r1.141 -r1.142 --- src/share/mk/bsd.prog.mk 2001/11/14 23:06:27 1.141 +++ src/share/mk/bsd.prog.mk 2001/11/19 02:46:50 1.142 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prog.mk,v 1.141 2001/11/14 23:06:27 tv Exp $ +# $NetBSD: bsd.prog.mk,v 1.142 2001/11/19 02:46:50 thorpej Exp $ # @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94 .include @@ -9,7 +9,7 @@ realinstall: proginstall scriptsinstall clean: cleanprog ##### Default values -CPPFLAGS+= ${DESTDIR:D-nostdinc -isystem ${DESTDIR}/usr/include} +CPPFLAGS+= ${DESTDIR:D-nostdinc ${CPPFLAG_ISYSTEM} ${DESTDIR}/usr/include} CFLAGS+= ${COPTS} # ELF platforms depend on crtbegin.o and crtend.o