=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.103 retrieving revision 1.104 diff -c -r1.103 -r1.104 *** src/include/Makefile 2002/05/08 19:39:24 1.103 --- src/include/Makefile 2002/06/01 01:35:35 1.104 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.103 2002/05/08 19:39:24 espie 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.104 2002/06/01 01:35:35 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 *************** *** 41,65 **** # Directories with an includes target RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ ! ../lib/libcurses++ ../lib/libform ../lib/libmenu ../lib/libocurses \ ! ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc ../lib/libskey \ ! ../lib/libsectok ../lib/libedit ../lib/libpcap ../lib/libutil \ ! ../lib/libusbhid ../lib/libwrap ../lib/libz ../lib/libkeynote \ ! ../usr.bin/lex \ ! ../gnu/lib/libreadline ../sys/arch/${MACHINE} # Places using Makefile that needs a prerequisite target met before includes PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper ! WDIRS= ../lib/libssl ../usr.sbin/httpd ../gnu/egcs/libio \ ! ../gnu/egcs/libstdc++ ../gnu/egcs/libf2c ../gnu/egcs/libobjc \ ! ../gnu/egcs/gcc ../gnu/usr.bin/binutils # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes ! PWDIRS= ../lib/libssl ../usr.sbin/httpd ../gnu/egcs/libf2c \ ! ../gnu/usr.bin/binutils NOOBJ= noobj --- 41,64 ---- # Directories with an includes target RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ ! ../lib/libcurses++ ../lib/libform ../lib/libssl ../lib/libmenu \ ! ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ ! ../lib/libskey ../lib/libsectok ../lib/libedit ../lib/libpcap \ ! ../lib/libutil ../lib/libusbhid ../lib/libwrap ../lib/libz \ ! ../lib/libkeynote ../usr.bin/lex ../gnu/lib/libreadline \ ! ../sys/arch/${MACHINE} # Places using Makefile that needs a prerequisite target met before includes PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper ! WDIRS= ../usr.sbin/httpd ../gnu/egcs/libio ../gnu/egcs/libstdc++ \ ! ../gnu/egcs/libf2c ../gnu/egcs/libobjc ../gnu/egcs/gcc \ ! ../gnu/usr.bin/binutils # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes ! PWDIRS= ../usr.sbin/httpd ../gnu/egcs/libf2c ../gnu/usr.bin/binutils NOOBJ= noobj