HomeSort by: relevance | last modified time | path
    Searched refs:SADST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
Makefile.inc 6 # SADST may be set to the location of the directory where library
20 SADST?= ${.OBJDIR}/lib/sa
28 SALIB= ${SADST}/libsa.o
29 SALIB_PROF= ${SADST}/libsa.po
31 SALIB= ${SADST}/libsa.a
32 SALIB_PROF= ${SADST}/libsa_p.a
38 cd ${SADST} && ${MAKE} -f ${SADIR:q}/Makefile \
72 @if [ -d "${SADST}" ]; then ${SAMAKE} clean; fi
77 @if [ -d "${SADST}" ]; then ${SAMAKE} cleandir; fi
85 @mkdir -p ${SADST}
    [all...]
  /src/sys/arch/sparc/stand/ofwboot/
Makefile 103 ${OBJS} -L${SADST} -lsa -L${ZDST} -lz -L${KERNDST} -lkern # solaris linker

Completed in 14 milliseconds