summaryrefslogtreecommitdiff
path: root/sys/modules/crypto/Makefile
blob: 218a7b5da457eb510f843484c545bed5278452c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.3 2014/02/03 23:11:40 pgoyette Exp $

.include "../Makefile.inc"

CPPFLAGS+=	-DCOMPAT_50

.PATH:	${S}/opencrypto

KMOD=	crypto
SRCS=	cryptodev.c ocryptodev.c

.include <bsd.kmodule.mk>
08-07 16:42:00 +0000'>2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-04-16Usewiz 2003-01-18Merge the nathanw_sa branch.thorpej 2003-01-02Drop trailing spaces; sort SEE ALSO.wiz 2002-12-30In EINTR description, add a crossreference to sigaction(2).sommerfeld 2002-12-30add EINTR.grant 2002-10-01New sentence, new line. From Robert Elz.wiz 2002-08-18- write updates st_[cm]time.yamt 2002-07-10import CAVEATS sections from OpenBSD.yamt 2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross 2001-10-16Clean up synopsis somewhat:kleink 2001-09-16Boring whitespace fixes.wiz 2000-06-21s/the/The/ at beginngin of sentense.hubertf 1999-12-02Add a LIBRARY section to system call manual pages. While it's clear that thekleink 1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled 1998-08-29first pass at fixing up capitalization of function names andlukem 1998-08-03UIO_MAXIOV -> IOV_MAXkleink 1998-07-29Document that these calls can return EINVAL if the total length of the I/Othorpej 1998-07-28Mention poll(2), too, where we formerly only mentioned select(2).is 1998-06-30Add pread(2), pwrite(2), preadv(2), pwritev(2) system calls.thorpej 1998-04-28Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z]fair 1995-02-27merge with lite, keeping most local changes. clean up Idscgd 1994-09-16Use an explicit references to UIO_MAXIOV, rather than a number. ref: PR 433mycroft 1993-11-25Clean up manpages:jtc