# $NetBSD: dso.inc,v 1.4 2023/05/06 17:07:22 christos Exp $ .PATH: ${OPENSSLSRC}/crypto/dso DSO_SRCS += \ dso_dl.c \ dso_dlfcn.c \ dso_err.c \ dso_lib.c \ dso_openssl.c \ dso_vms.c \ dso_win32.c \ SRCS += ${DSO_SRCS} .for cryptosrc in ${DSO_SRCS} CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/dso ${DSOCPPFLAGS} .endfor t-data/cgit.png' alt='cgit logo'/> index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/raid
AgeCommit message (Expand)Author
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
2019-02-04don't assume _LP64 == supports COMPAT_NETBSD32.mrg
2019-02-03Remove some commented-out stuff accidentally left in the previous commit.pgoyette
2019-02-03Don't include the raidframe compat code in the main raid module, thepgoyette
2018-01-18implement 32-bit compat support for raidframe.mrg
2015-12-23New files, in preparation for modularized version of raidframe driver.pgoyette