1#	$NetBSD: des.inc,v 1.1.22.1 2014/04/08 11:44:27 msaitoh Exp $
2
3.if ${MACHINE} == "sparc64"
4.PATH.S: ${.PARSEDIR}
5DES_SRCS = des_enc-sparc.S fcrypt_b.c
6CPPFLAGS+=     -DDES_UNROLL -DDES_PTR
7.else
8CPPFLAGS+=     -DDES_UNROLL
9.endif
10
11.include "${.CURDIR}/des.inc"
12