Home | History | Annotate | Line # | Download | only in sparc
      1  1.1  christos .if ${MACHINE} == "sparc64"
      2  1.1  christos .PATH.S: ${.PARSEDIR}
      3  1.1  christos 
      4  1.1  christos POLY1305_SRCS = poly1305-sparcv9.S
      5  1.1  christos POLY1305_CPPFLAGS+=-DPOLY1305_ASM
      6  1.1  christos 
      7  1.1  christos AFLAGS.poly1305-sparcv9.S+= -Wa,-Av9
      8  1.1  christos .endif
      9  1.1  christos 
     10  1.1  christos .include "../../poly1305.inc"
     11