1 # $NetBSD: Makefile,v 1.1 2006/09/01 21:26:18 uwe Exp $
3 # Makefile for landisk tags file and boot blocks
5 TLANDISK
= ..
/landisk
/tags
6 SLANDISK
= ..
/landisk
/landisk
/*.
[ch
] ..
/landisk
/include/*.h
7 ALANDISK
= ..
/landisk
/landisk
/*.
[sS
]
9 # Directories in which to place tags links
10 DLANDISK
= landisk
include
12 .
include "../../kern/Make.tags.inc"
15 -ctags
-wdtf
${TLANDISK} ${SLANDISK} ${COMM}
16 egrep
"^ENTRY(.*)|^ALTENTRY(.*)" ${ALANDISK} | \
18 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
20 sort -o
${TLANDISK} ${TLANDISK}
23 -for i in
${DLANDISK}; do \
24 (cd
$$i && rm -f
tags; ln
-s ..
/tags tags); done
26 SUBDIR
= compile
include stand
28 .
include <bsd.subdir.mk
>