Searched refs:SYSTAGS (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/kern/
H A DMakefile30 # via remote mounts; therefore we use symlinks to $SYSTAGS, which points at
38 SYSTAGS=/var/db/sys_tags macro
56 rm -f ${SYSTAGS}
57 ln -s ${SYSDIR}/arch/${MACHINE}/tags ${SYSTAGS}
59 (cd ../$$i && { rm -f tags; ln -s ${SYSTAGS} tags; }); done
61 (cd ../arch/$$i && ${MAKE} ${MFLAGS} SYSTAGS=${SYSTAGS} links); done

Completed in 216 milliseconds