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