Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / pqueue.inc
blob155225880a8c9aa71a2737a0791e22270942ae35
1 #       $NetBSD: pqueue.inc,v 1.3 2007/12/09 22:44:20 adrianp Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/evp/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/pqueue
11 PQUEUE_SRCS = pqueue.c
12 SRCS += ${PQUEUE_SRCS}
14 .for cryptosrc in ${PQUEUE_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/pqueue
16 .endfor