Home | History | Annotate | Line # | Download | only in sparc
      1 #	$NetBSD: des.inc,v 1.1 2025/07/17 14:25:35 christos Exp $
      2 
      3 .if ${MACHINE} == "sparc64"
      4 .PATH.S: ${.PARSEDIR}
      5 DES_SRCS = des_enc-sparc.S fcrypt_b.c
      6 CPPFLAGS+=	-DDES_UNROLL -DDES_PTR
      7 .else
      8 CPPFLAGS+=	-DDES_UNROLL
      9 .endif
     10 
     11 .include "${.CURDIR}/des.inc"
     12