ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/Makefile.inc1
(Generate patch)

Comparing trunk/Makefile.inc1 (file contents):
Revision 3199 by laffer1, Sat Nov 28 22:44:36 2009 UTC vs.
Revision 3446 by laffer1, Sat Aug 14 21:17:41 2010 UTC

# Line 1 | Line 1
1   #
2   # $FreeBSD: src/Makefile.inc1,v 1.499.2.7 2006/01/07 19:40:08 netchild Exp $
3 < # $MidnightBSD: src/Makefile.inc1,v 1.24 2009/09/19 23:53:43 laffer1 Exp $
3 > # $MidnightBSD: src/Makefile.inc1,v 1.25 2009/11/28 22:44:29 laffer1 Exp $
4   #
5   # Make command line options:
6   #       -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
# Line 38 | Line 38
38   #
39   SUBDIR= share/info lib libexec
40   SUBDIR+=bin
41 + .if ${MK_APACHE} != "no"
42 + SUBDIR+=apache
43 + .endif
44   .if ${MK_GAMES} != "no"
45   SUBDIR+=games
46   .endif
# Line 1005 | Line 1008 | _default_thread_lib=   lib/libthr
1008   _default_thread_lib=    lib/libkse
1009   .endif
1010  
1011 < _generic_libs=  ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib
1011 > _generic_libs=  ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib \
1012 >                ${_apache_lib}
1013  
1014   lib/libopie__L lib/libtacplus__L: lib/libmd__L
1015 +
1016 + .if ${MK_APACHE} != "no"
1017 + _apache_lib= apache/lib
1018 + .endif
1019  
1020   .if ${MK_CDDL} != "no"
1021   _cddl_lib= cddl/lib

Comparing trunk/Makefile.inc1 (property cvs2svn:cvs-rev):
Revision 3199 by laffer1, Sat Nov 28 22:44:36 2009 UTC vs.
Revision 3446 by laffer1, Sat Aug 14 21:17:41 2010 UTC

# Line 1 | Line 1
1 < 1.25
1 > 1.26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines