Home | History | Annotate | Line # | Download | only in libcrypto
ui.inc revision 1.1.46.1
      1 #	$NetBSD: ui.inc,v 1.1.46.1 2018/09/30 01:44:52 pgoyette Exp $
      2 #
      3 #	@(#) Copyright (c) 1995 Simon J. Gerraty
      4 #
      5 #	SRCS extracted from src/crypto/dist/openssl/crypto/ui/Makefile
      6 #
      7 
      8 .PATH:	${OPENSSLSRC}/crypto/ui
      9 
     10 
     11 UI_SRCS += \
     12 ui_err.c \
     13 ui_null.c \
     14 ui_lib.c \
     15 ui_openssl.c \
     16 ui_util.c \
     17 $(COMPATSRC)
     18 
     19 SRCS += ${UI_SRCS}
     20 
     21 .for cryptosrc in ${UI_SRCS}
     22 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ui
     23 .endfor
     24