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 library



details:   https://anonhg.NetBSD.org/src/rev/49cc4e2954c0
branches:  trunk
changeset: 748509:49cc4e2954c0
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 01:18:46 2009 +0000

description:
hook the new flex library

diffstat:

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

diffs (24 lines):

diff -r e722d021e9b2 -r 49cc4e2954c0 lib/Makefile
--- a/lib/Makefile      Mon Oct 26 01:18:19 2009 +0000
+++ b/lib/Makefile      Mon Oct 26 01:18:46 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.143 2009/09/03 15:35:58 pooka Exp $
+#      $NetBSD: Makefile,v 1.144 2009/10/26 01:18:46 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -6,11 +6,13 @@
 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
+
 # libform and libmenu need libcurses
 SUBDIR+=       .WAIT libform libmenu 
 



Home | Main Index | Thread Index | Old Index