Skip to content

Commit

Permalink
The do-lib-XXX BUILDTARGETS are obsolete now that we use LIBDPLIBS in
Browse files Browse the repository at this point in the history
lib/**/Makefile.
(We still need to use .WAIT in lib/Makefile to enforce the subdir
dependency ordering.)
  • Loading branch information
lukem committed Aug 4, 2004
1 parent 7202821 commit 5872769
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions x11/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2004/05/16 10:25:14 lukem Exp $
# $NetBSD: Makefile,v 1.13 2004/08/04 09:38:56 lukem Exp $

.include <bsd.own.mk>

Expand All @@ -14,10 +14,6 @@ BUILDTARGETS+= obj
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
BUILDTARGETS+= do-lib-Xmu do-lib-dps do-lib-expat
BUILDTARGETS+= do-lib
BUILDTARGETS+= do-build

Expand Down

0 comments on commit 5872769

Please sign in to comment.