Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / ui.inc
blobce2d4454d78b34bc01d0cdffb47d0626623caf58
1 #       $NetBSD: ui.inc,v 1.1 2009/07/19 23:30:45 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/ui/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/ui
11 UI_SRCS = ui_err.c ui_lib.c ui_openssl.c ui_util.c $(COMPATSRC)
12 SRCS += ${UI_SRCS}
14 .for cryptosrc in ${UI_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ui
16 .endfor