Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib hook the new flex.



details:   https://anonhg.NetBSD.org/src/rev/485b91d80b43
branches:  trunk
changeset: 748555:485b91d80b43
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 21:36:46 2009 +0000

description:
hook the new flex.

diffstat:

 lib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 775876cb2e18 -r 485b91d80b43 lib/Makefile
--- a/lib/Makefile      Mon Oct 26 21:35:51 2009 +0000
+++ b/lib/Makefile      Mon Oct 26 21:36:46 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.145 2009/10/26 04:08:25 christos Exp $
+#      $NetBSD: Makefile,v 1.146 2009/10/26 21:36:46 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -6,12 +6,12 @@
 SUBDIR=        csu libc .WAIT libarch \
        libbsdmalloc libbluetooth libbz2 \
        libcompat libcrypt \
-       libcurses libevent libintl libkvm libl libm \
+       libcurses libevent libintl libkvm libm \
        libossaudio libpcap libpci libpmc libposix libprop libpthread \
        libpthread_dbg libpuffs libresolv librmt librpcsvc librt \
        libterm libusbhid libutil libwrap liby libz
 
-#SUBDIR+=../external/bsd/flex/lib
+SUBDIR+=../external/bsd/flex/lib
 
 # libform and libmenu need libcurses
 SUBDIR+=       .WAIT libform libmenu 



Home | Main Index | Thread Index | Old Index