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/x11/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/x11/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/x11/Attic/Makefile 2003/09/24 01:56:57 1.3 +++ src/x11/Attic/Makefile 2003/11/02 23:46:02 1.4 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/09/24 01:56:57 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2003/11/02 23:46:02 matt Exp $ .include @@ -12,7 +12,10 @@ BUILDTARGETS+= cleandir .if ${MKOBJDIRS} != "no" BUILDTARGETS+= obj .endif -BUILDTARGETS+= includes do-tools +.if !defined(NOINCLUDES) +BUILDTARGETS+= includes +.endif +BUILDTARGETS+= do-tools BUILDTARGETS+= do-lib-X11 do-lib-ICE do-lib-Xau BUILDTARGETS+= do-lib-SM do-lib-Xext BUILDTARGETS+= do-lib-Xt do-lib-Xpm do-lib-Xrender do-lib-GL