=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.144 retrieving revision 1.145 diff -c -r1.144 -r1.145 *** src/include/Makefile 2008/06/04 21:12:50 1.144 --- src/include/Makefile 2008/08/22 13:02:53 1.145 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.144 2008/06/04 21:12:50 deraadt 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.145 2008/08/22 13:02:53 kettenis Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 *************** *** 51,61 **** 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= ../gnu/usr.bin/binutils .if ${USE_GCC3:L} == "yes" WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \ --- 51,61 ---- PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper ! WDIRS= ../usr.sbin/httpd # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes ! PWDIRS= .if ${USE_GCC3:L} == "yes" WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \