1 # $NetBSD: Makefile,v 1.2 2005/12/11 12:17:51 christos Exp $
3 # Makefile for iyonix tags file and boot blocks
5 TIYONIX
= ..
/iyonix
/tags
6 SIYONIX
= ..
/iyonix
/include/*.h \
10 # Directories in which to place tags links
13 .
include "../../kern/Make.tags.inc"
16 -ctags
-wdtf
${TIYONIX} ${SIYONIX} ${COMM}
17 # egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AIYONIX} | \
19 # "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
21 sort -o
${TIYONIX} ${TIYONIX}
24 -for i in
${DIYONIX}; do \
25 cd
$$i && rm -f
tags; ln
-s ..
/tags tags; done
28 SUBDIR
= compile
include
30 .
include <bsd.subdir.mk
>