From ad1c75efb51840a90ed54af32e880d4f10eed2a4 Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Tue, 5 May 1992 16:34:24 -0800 Subject: [PATCH 1/1] fix tags SCCS-vsn: sys/i386/Makefile 7.4 --- usr/src/sys/i386/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/i386/Makefile b/usr/src/sys/i386/Makefile index 22c45e2e1b..e6f3a6a15f 100644 --- a/usr/src/sys/i386/Makefile +++ b/usr/src/sys/i386/Makefile @@ -1,7 +1,9 @@ -# @(#)Makefile 7.3 (Berkeley) %G% +# @(#)Makefile 7.4 (Berkeley) %G% # Makefile for i386 tags file +.include "../kern/Make.tags.inc" + all: @echo "make tags or links only" @@ -12,7 +14,7 @@ AI386= ../i386/i386/*.s # Directories in which to place i386 tags links DI386= eisa isa mca include -tags: +tags: FRC -ctags -dtf ${TI386} ${COMM} ${SI386} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ @@ -22,3 +24,5 @@ tags: links: -for i in ${DI386}; do \ cd $$i && rm -f tags; ln -s ../tags tags; done + +FRC: -- 2.20.1