update miniroot scripts
[unix-history] / usr / src / sys / pmax / Makefile
CommitLineData
f5934919 1# @(#)Makefile 7.3 (Berkeley) %G%
60ba453d
KM
2
3# Makefile for pmax tags file
4
5.include "../kern/Make.tags.inc"
6
7all:
f5934919 8 @echo "make tags only"
60ba453d 9
f5934919
KB
10PMAX= /sys/pmax/conf/*.[ch] /sys/pmax/dev/*.[ch] /sys/pmax/include/*.[ch] \
11 /sys/pmax/pmax/*.[ch] /sys/pmax/ultrix/*.[ch]
12APMAX= /sys/pmax/pmax/*.s
60ba453d 13
f5934919
KB
14tags::
15 -ctags -dt ${COMM} ${PMAX}
16 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${APMAX} | \
60ba453d 17 sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
f5934919
KB
18 >> tags
19 sort -o tags tags