Sync sparc64 compile time options with the pkgsrc version.

This commit is contained in:
martin 2005-12-13 09:52:20 +00:00
parent 07c3097258
commit c236b4a2eb
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
# $NetBSD: bf.inc,v 1.1 2005/12/13 09:52:20 martin Exp $
CPPFLAGS+= -DBF_PTR
.include "${.CURDIR}/bf.inc"

View File

@ -1,5 +1,5 @@
# $NetBSD: des.inc,v 1.1 2001/09/10 02:57:00 thorpej Exp $
# $NetBSD: des.inc,v 1.2 2005/12/13 09:52:20 martin Exp $
CPPFLAGS+= -DDES_UNROLL -DDES_RISC1 -DDES_PTR
CPPFLAGS+= -DDES_RISC2 -DDES_PTR
.include "${.CURDIR}/des.inc"