# $NetBSD: des.inc,v 1.1.1.1 2018/02/03 22:43:38 christos Exp $
.if ${MACHINE} == "sparc64"
.PATH.S: ${.PARSEDIR}
DES_SRCS = des_enc-sparc.S fcrypt_b.c
CPPFLAGS+= -DDES_UNROLL -DDES_PTR
.else
CPPFLAGS+= -DDES_UNROLL
.endif
.include "${.CURDIR}/des.inc"