head     1.1;
branch   1.1.1;
access   ;
symbols  init:1.1.1.1 vendor:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.01.16.11.21.52;  author sctp;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2006.01.16.11.21.52;  author sctp;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# $FreeBSD: src/sys/alpha/Makefile,v 1.1 2000/12/31 23:26:34 mjacob Exp $

# Makefile for alpha tags file

# SYS is normally set in Make.tags.inc
# SYS=/sys

TAGDIR=	alpha

.include "../kern/Make.tags.inc"

all:
	@@echo "make tags only"

SALPHA=	${SYS}/alpha/mcbus/*.[ch] ${SYS}/alpha/tlsb/*.[ch] \
	${SYS}/alpha/alpha/*.[ch] ${SYS}/alpha/pci/*.[ch] \
	${SYS}/alpha/include/*.[ch] ${SYS}/alpha/isa/*.[ch] \
	${SYS}/alpha/tc/*.[ch] ${SYS}/alpha/osf1/*.[ch] \
	${SYS}/alpha/linux/*.[ch]
AALPHA=	${SYS}/alpha/alpha/*.s

tags::
	@@rm -f tags
	-ctags -wdt ${COMM} ${SALPHA}
	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AALPHA} | \
	    sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
		>> tags
	sort -o tags tags
	chmod 444 tags
@


1.1.1.1
log
@sctp test cvs
@
text
@@
