Module Name: src
Committed By: uebayasi
Date: Mon Nov 30 16:16:53 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Note "extsrc" support.
To generate a diff of this commit:
cvs rdiff -u -r1.1322 -r1.1323 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1322 src/doc/CHANGES:1.1323
--- src/doc/CHANGES:1.1322 Sat Nov 28 12:13:04 2009
+++ src/doc/CHANGES Mon Nov 30 16:16:53 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1322 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1323 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -489,3 +489,5 @@
ws(4): Added the xf86-input-ws input driver for touchpanels that
report absolute position data through wscons(4), e.g. those
support by ums(4). [mbalmer 20091128]
+ build.sh: Handle externally added programs and libraries and create
+ sets. [uebayasi 20091130]