Sync usage with man page.
[netbsd-mini2440.git] / sys / dev / pci / n8 / Makefile.lkm
blob91512f4474a7e226ab8e37d83e2174ade05ddda8
1 #-
2 # Copyright (C) 2001-2003 by NBMK Encryption Technologies.
3 # All rights reserved.
4
5 # NBMK Encryption Technologies provides no support of any kind for
6 # this software.  Questions or concerns about it may be addressed to
7 # the members of the relevant open-source community at
8 # <tech-crypto@netbsd.org>.
9
10 # Redistribution and use in source and binary forms, with or without
11 # modification, are permitted provided that the following conditions are
12 # met:
13
14 # 1. Redistributions of source code must retain the above copyright
15 #    notice, this list of conditions and the following disclaimer.
16
17 # 2. Redistributions in binary form must reproduce the above
18 #    copyright notice, this list of conditions and the following
19 #    disclaimer in the documentation and/or other materials provided
20 #    with the distribution.
21
22 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
35 KMOD    = nsp2000
36 SRCS    = nsp.c n8_API_Initialize.c config.c n8_manage_memory.c n8_sksInit.c n8_memory.c \
37           userPool.c QMgrInit.c contextMem.c n8_memory_bsd.c n8_semaphore_bsd.c \
38           QMQueue.c QMUtil.c helper.c irq.c RNQueue.c \
39           n8_util.c \
40           n8_key_works.c n8_hash.c n8_cb_ea.c n8_precompute.c \
41           n8_precomp_md5.c n8_pub_enums.c \
42           n8_cryptographic.c \
43           n8_contextM.c n8_pk_ops.c n8_cb_pk_ops.c \
44           n8_dsa.c n8_dh.c n8_cb_dsa.c n8_cb_dh.c n8_rsa.c n8_cb_rsa.c
45 KLDMOD  = t
46 MKMAN   = no
48 CPPFLAGS  += -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-compare -Wno-pointer-sign -Wno-attributes -Wextra -Wno-unused-parameter -I. -I./common -I./QMgr -I./include_private -I./include_public -I./common/api -I./common/api/commands -DKOFF -DKERNEL -DMULTIPROCESSOR -DMAX_NSP_INSTANCES=1 -DSUPPORT_CALLBACKS
49 #CPPFLAGS += -DN8DEBUG
51 .PATH: ./common ./memory ./QMgr ./common/api ./common/api/commands
53 #modload
54 #modunload
55 #modstat
56 KO              = ${KMOD}.ko
58 .include <bsd.kmod.mk>