From 1d8d972b679e07d3fcb5cfc9a4832df0cef7c061 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 12 Jun 2001 21:51:12 +0000 Subject: deal with gnu kernel dependencies right; cyxob@thief.dyndns.org --- sys/arch/i386/Makefile | 5 +++-- sys/kern/Make.tags.inc | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile index 076cc244eac..1a0af61271c 100644 --- a/sys/arch/i386/Makefile +++ b/sys/arch/i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2001/05/29 22:11:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.12 2001/06/12 21:51:11 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1996/02/01 22:31:28 mycroft Exp $ # @(#)Makefile 7.3 (Berkeley) 6/9/91 @@ -15,12 +15,13 @@ TI386= ../i386/tags SI386= ../i386/eisa/*.[ch] ../i386/i386/*.[ch] ../i386/include/*.h \ ../i386/include/pc/*.h ../i386/isa/*.[ch] ../i386/pci/*.[ch] AI386= ../i386/i386/*.s ../i386/isa/*.s +GI386= ../../gnu/arch/i386/*/*.[ch] # Directories in which to place i386 tags links DI386= conf eisa i386 include isa pci tags: - -ctags -wdtf ${TI386} ${COMM} ${SI386} + -ctags -wdtf ${TI386} ${COMM} ${SI386} ${GI386} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${TI386} diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 383e88ebb6f..61f52c2215f 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Make.tags.inc,v 1.5 1997/02/24 14:19:55 niklas Exp $ +# $OpenBSD: Make.tags.inc,v 1.6 2001/06/12 21:51:10 deraadt Exp $ # Common files for "make tags". # Included by the Makefile for each architecture. @@ -12,7 +12,6 @@ COMM= /sys/adosfs/*.[ch] \ /sys/conf/*.[ch] \ /sys/ddb/*.[ch] \ /sys/dev/*.[ch] /sys/dev/*/*.[ch] \ - /sys/gnu/*/*.[ch] \ /sys/isofs/*/*.[ch] \ /sys/kern/*.[ch] \ /sys/lib/libkern/*.[ch] \ -- cgit v1.2.3