CVS commit: src/compat/external/lib

2009-10-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Oct 26 21:37:36 UTC 2009

Modified Files:
src/compat/external/lib: Makefile

Log Message:
hook lex


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/compat/external/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/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.11 src/compat/external/lib/Makefile:1.12
--- src/compat/external/lib/Makefile:1.11	Mon Oct 26 00:10:39 2009
+++ src/compat/external/lib/Makefile	Mon Oct 26 17:37:36 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2009/10/26 04:10:39 christos Exp $
+#	$NetBSD: Makefile,v 1.12 2009/10/26 21:37:36 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -20,7 +20,7 @@
 
 SUBDIR+= ../bsd/bind/lib
 SUBDIR+= ../bsd/file/lib
-#SUBDIR+= ../bsd/flex/lib
+SUBDIR+= ../bsd/flex/lib
 
 .if ${MKBINUTILS} != no  ${HAVE_BINUTILS} == 219
 SUBDIR+=../gpl3/binutils/lib



CVS commit: src/compat/external/lib

2009-10-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Oct 26 01:22:41 UTC 2009

Modified Files:
src/compat/external/lib: Makefile

Log Message:
Add flex.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/compat/external/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/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.9 src/compat/external/lib/Makefile:1.10
--- src/compat/external/lib/Makefile:1.9	Fri Sep 11 12:01:59 2009
+++ src/compat/external/lib/Makefile	Sun Oct 25 21:22:41 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2009/09/11 16:01:59 mrg Exp $
+#	$NetBSD: Makefile,v 1.10 2009/10/26 01:22:41 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -20,6 +20,7 @@
 
 SUBDIR+= ../bsd/bind/lib
 SUBDIR+= ../bsd/file/lib
+SUBDIR+= ../bsd/flex/lib
 
 .if ${MKBINUTILS} != no  ${HAVE_BINUTILS} == 219
 SUBDIR+=../gpl3/binutils/lib



CVS commit: src/compat/external/lib

2009-06-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun 10 12:48:06 UTC 2009

Modified Files:
src/compat/external/lib: Makefile

Log Message:
Revert my change again. Now I see what was wrong... My CVS files were corrupted.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/compat/external/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/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.7 src/compat/external/lib/Makefile:1.8
--- src/compat/external/lib/Makefile:1.7	Tue Jun  9 21:11:50 2009
+++ src/compat/external/lib/Makefile	Wed Jun 10 08:48:06 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2009/06/10 01:11:50 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2009/06/10 12:48:06 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -8,9 +8,17 @@
 
 .include bsd.own.mk
 
+.if (${MKATF} != no)
+SUBDIR+= ../bsd/atf/lib
+.endif
+
 .if (${MKCRYPTO} != no)
-SUBDIR+= ../bsd/netpgp/lib
-SUBDIR+= ../bsd/openssh/lib
+.if (${MKLDAP} != no)
+SUBDIR+= ../bsd/openldap/lib
 .endif
+.endif
+
+SUBDIR+= ../bsd/bind/lib
+SUBDIR+= ../bsd/file/lib
 
 .include bsd.subdir.mk



CVS commit: src/compat/external/lib

2009-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jun  8 01:22:53 UTC 2009

Modified Files:
src/compat/external/lib: Makefile

Log Message:
revert previous broken change


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/compat/external/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/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.5 src/compat/external/lib/Makefile:1.6
--- src/compat/external/lib/Makefile:1.5	Sun Jun  7 18:59:22 2009
+++ src/compat/external/lib/Makefile	Sun Jun  7 21:22:53 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2009/06/07 22:59:22 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2009/06/08 01:22:53 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -8,8 +8,17 @@
 
 .include bsd.own.mk
 
+.if (${MKATF} != no)
+SUBDIR+= ../bsd/atf/lib
+.endif
+
 .if (${MKCRYPTO} != no)
-SUBDIR+= ../bsd/openssh/lib
+.if (${MKLDAP} != no)
+SUBDIR+= ../bsd/openldap/lib
 .endif
+.endif
+
+SUBDIR+= ../bsd/bind/lib
+SUBDIR+= ../bsd/file/lib
 
 .include bsd.subdir.mk



CVS commit: src/compat/external/lib

2009-05-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May  8 17:54:22 UTC 2009

Modified Files:
src/compat/external/lib: Makefile

Log Message:
add glue for libmagic


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/compat/external/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/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.3 src/compat/external/lib/Makefile:1.4
--- src/compat/external/lib/Makefile:1.3	Tue Apr 14 17:20:49 2009
+++ src/compat/external/lib/Makefile	Fri May  8 13:54:22 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2009/04/14 21:20:49 christos Exp $
+#	$NetBSD: Makefile,v 1.4 2009/05/08 17:54:22 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -19,5 +19,6 @@
 .endif
 
 SUBDIR+= ../bsd/bind/lib
+SUBDIR+= ../bsd/file/lib
 
 .include bsd.subdir.mk



CVS commit: src/compat/external/lib

2009-04-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 12 22:42:36 UTC 2009

Modified Files:
src/compat/external/lib: Makefile

Log Message:
build bind libs too


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/compat/external/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/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.1 src/compat/external/lib/Makefile:1.2
--- src/compat/external/lib/Makefile:1.1	Mon Jan 19 02:19:09 2009
+++ src/compat/external/lib/Makefile	Sun Apr 12 18:42:36 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/01/19 07:19:09 jmmv Exp $
+#	$NetBSD: Makefile,v 1.2 2009/04/12 22:42:36 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -12,4 +12,6 @@
 SUBDIR+= ../bsd/atf/lib
 .endif
 
+SUBDIR+= ../bsd/bind/lib
+
 .include bsd.subdir.mk