From 18e7e67be3af2357d66a711774297bd8928f1aac Mon Sep 17 00:00:00 2001 From: chopps Date: Sun, 8 May 1994 05:47:07 +0000 Subject: [PATCH] fix tags. --- sys/arch/amiga/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sys/arch/amiga/Makefile b/sys/arch/amiga/Makefile index 9c8be7991510..13beb882f85a 100644 --- a/sys/arch/amiga/Makefile +++ b/sys/arch/amiga/Makefile @@ -1,10 +1,11 @@ # from: @(#)Makefile 7.3 (Berkeley) 6/9/91 -# $Id: Makefile,v 1.8 1994/03/14 01:55:43 chopps Exp $ +# $Id: Makefile,v 1.9 1994/05/08 05:47:07 chopps Exp $ S=${BSDSRCDIR}/sys COMM= $S/vm/*.[ch] $S/ufs/*.[ch] $S/sys/*.h $S/compat/sunos/*.[ch] \ $S/nfs/*.[ch] $S/netns/*.[ch] $S/netiso/*.[ch] \ $S/netiso/xebec/*.[ch] $S/netinet/*.[ch] $S/netccitt/*.[ch] \ - $S/net/*.[ch] $S/miscfs/*/*.[ch] $S/kern/*.[ch] + $S/net/*.[ch] $S/miscfs/*/*.[ch] $S/kern/*.[ch] $S/dev/*.[ch] \ + $S/scsi/*.[ch] $S/lib/libkern/m68k/*.[ch] $S/lib/libkern/*.[ch] # Makefile for amiga tags file @@ -27,11 +28,11 @@ TAGS: >> ${TAMIGA}/tags tags: - -ctags -dtf ${TAMIGA}/tags ${COMM} ${SAMIGA} + -ctags -dtf ${TAMIGA} ${COMM} ${SAMIGA} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AAMIGA} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ - >> ${TAMIGA}/tags - sort -o ${TAMIGA}/tags ${TAMIGA}/tags + >> ${TAMIGA} + sort -o ${TAMIGA} ${TAMIGA} links: -for i in ${DAMIGA}; do \