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 retrieving revision 1.165 retrieving revision 1.166 diff -u -p -r1.165 -r1.166 --- src/share/mk/bsd.prog.mk 2003/03/30 00:35:07 1.165 +++ src/share/mk/bsd.prog.mk 2003/05/18 07:36:23 1.166 @@ -1,6 +1,8 @@ -# $NetBSD: bsd.prog.mk,v 1.165 2003/03/30 00:35:07 thorpej Exp $ +# $NetBSD: bsd.prog.mk,v 1.166 2003/05/18 07:36:23 lukem Exp $ # @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94 +.ifndef HOSTPROG + .include .include @@ -266,3 +268,5 @@ lint: ${LOBJS} .include ${TARGETS}: # ensure existence + +.endif # HOSTPROG