Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / ui.inc
blobd56988ec9450bb36ab0ac0ecf40df2e05586cda9
1 #       $NetBSD: ui.inc,v 1.3 2007/12/09 22:44:22 adrianp 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