=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.125 retrieving revision 1.126 diff -c -r1.125 -r1.126 *** src/include/Makefile 2004/03/08 23:31:51 1.125 --- src/include/Makefile 2004/05/17 22:11:32 1.126 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.125 2004/03/08 23:31:51 drahn Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.126 2004/05/17 22:11:32 drahn Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 *************** *** 50,66 **** PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper ! WDIRS= ../usr.sbin/httpd ! .if ${MACHINE_ARCH} != "arm" ! WDIRS+= ../gnu/usr.bin/binutils ! .endif # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes ! PWDIRS= ../usr.sbin/httpd ! .if ${MACHINE_ARCH} != "arm" ! PWDIRS+= ../gnu/usr.bin/binutils ! .endif .if ${USE_GCC3:L} == "yes" WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \ --- 50,60 ---- PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper ! WDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes ! PWDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils .if ${USE_GCC3:L} == "yes" WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \