Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / iyonix / Makefile
blobae53241d876b22c2f46c5ff169c9b0a41637661f
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 \
7 ../iyonix/dev/*.[ch] \
8 #AIYONIX=
10 # Directories in which to place tags links
11 DIYONIX= include
13 .include "../../kern/Make.tags.inc"
15 tags:
16 -ctags -wdtf ${TIYONIX} ${SIYONIX} ${COMM}
17 # egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AIYONIX} | \
18 # ${TOOL_SED} -e \
19 # "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
20 # >> ${TIYONIX}
21 sort -o ${TIYONIX} ${TIYONIX}
23 links:
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>