Module Name:    src
Committed By:   dyoung
Date:           Tue May 10 23:58:25 UTC 2011

Modified Files:
        src/sys/arch/i386: Makefile

Log Message:
Add to tags some assembly files in common/.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/i386/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/Makefile
diff -u src/sys/arch/i386/Makefile:1.40 src/sys/arch/i386/Makefile:1.41
--- src/sys/arch/i386/Makefile:1.40	Mon Apr  4 19:46:40 2011
+++ src/sys/arch/i386/Makefile	Tue May 10 23:58:25 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.40 2011/04/04 19:46:40 dyoung Exp $
+#	$NetBSD: Makefile,v 1.41 2011/05/10 23:58:25 dyoung Exp $
 
 # Makefile for i386 tags file and boot blocks
 
@@ -24,7 +24,8 @@
 	${SYSDIR}/arch/xen/xen/*.[ch] \
 	${SYSDIR}/arch/xen/xenbus/*.[ch] \
 	${SYSDIR}/arch/x86/pci/*.[ch]
-AI386=	${SYSDIR}/arch/i386/i386/*.S
+AI386=	${SYSDIR}/arch/i386/i386/*.S \
+	${SYSDIR}/../common/lib/libc/arch/i386/*/*.S
 
 # Directories in which to place tags links
 DI386=	i386 eisa isa include pci

Reply via email to