Module Name:    src
Committed By:   christos
Date:           Mon Oct 26 01:18:46 UTC 2009

Modified Files:
        src/lib: Makefile

Log Message:
hook the new flex library


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 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.143 src/lib/Makefile:1.144
--- src/lib/Makefile:1.143	Thu Sep  3 11:35:58 2009
+++ src/lib/Makefile	Sun Oct 25 21:18:46 2009
@@ -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 
 

Reply via email to