Remove building with NOCRYPTO option
[minix3.git] / lib / libc / arch / powerpc / Makefile.inc
blobbbe362e004c16a816a9b0090e24de6020dc620f6
1 #       $NetBSD: Makefile.inc,v 1.14 2013/08/30 21:28:59 matt Exp $
3 SRCS+=          __sigaction14_sigtramp.c __sigtramp2.S
4 SRCS+=          powerpc_initfini.c
6 CPPFLAGS+=      -I.
8 .if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
9 .include <softfloat/Makefile.inc>
10 .endif