Module Name: src
Committed By: christos
Date: Thu Jul 12 19:11:07 UTC 2012
Modified Files:
src/lib: Makefile
Log Message:
move atf down to fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.184 src/lib/Makefile:1.185
--- src/lib/Makefile:1.184 Sat May 26 22:19:50 2012
+++ src/lib/Makefile Thu Jul 12 15:11:06 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2012/05/27 02:19:50 matt Exp $
+# $NetBSD: Makefile,v 1.185 2012/07/12 19:11:06 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -53,10 +53,6 @@ SUBDIR+= ../external/apache2/mDNSRespond
SUBDIR+= ../external/bsd/am-utils/lib
-.if (${MKATF} != "no")
-SUBDIR+= ../external/bsd/atf/lib
-.endif
-
SUBDIR+= ../external/bsd/flex/lib
SUBDIR+= ../external/bsd/tre/lib
SUBDIR+= ../external/bsd/libdwarf/lib
@@ -144,6 +140,10 @@ SUBDIR+= ../external/gpl3/gcc/lib/libsup
#==================== 2nd library dependency barrier ====================
SUBDIR+= .WAIT
+.if (${MKATF} != "no")
+SUBDIR+= ../external/bsd/atf/lib # depends on libstdc++ and libm
+.endif
+
SUBDIR+= libform # depends on libcurses
SUBDIR+= libmenu # depends on libcurses
SUBDIR+= libradius # depends on libcrypto if (${MKCRYPTO} != "no")