mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
12 lines
251 B
PHP
12 lines
251 B
PHP
# $NetBSD: des.inc,v 1.2 2014/03/02 09:02:43 nakayama 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"
|