1 # $NetBSD: rio.inc,v 1.1 2025/07/17 14:26:12 christos Exp $ 2 # 3 # @(#) Copyright (c) 1995 Simon J. Gerraty 4 # 5 # SRCS extracted from ../../dist/openssl/ssl/Makefile.ssl 6 # 7 8 .PATH: ${OPENSSLSRC}/ssl/rio 9 10 CPPFLAGS+= -I${OPENSSLSRC}/ssl/rio 11 12 SRCS+= \ 13 poll_builder.c \ 14 poll_immediate.c \ 15 rio_notifier.c \ 16