1 1.1 christos # $NetBSD: ui.inc,v 1.1 2009/07/19 23:30:45 christos Exp $ 2 1.1 christos # 3 1.1 christos # @(#) Copyright (c) 1995 Simon J. Gerraty 4 1.1 christos # 5 1.1 christos # SRCS extracted from src/crypto/dist/openssl/crypto/ui/Makefile 6 1.1 christos # 7 1.1 christos 8 1.1 christos .PATH: ${OPENSSLSRC}/crypto/ui 9 1.1 christos 10 1.1 christos 11 1.1 christos UI_SRCS = ui_err.c ui_lib.c ui_openssl.c ui_util.c $(COMPATSRC) 12 1.1 christos SRCS += ${UI_SRCS} 13 1.1 christos 14 1.1 christos .for cryptosrc in ${UI_SRCS} 15 1.1 christos CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ui 16 1.1 christos .endfor 17