repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git]
/
lib
/
libncp
/
Makefile
blob
6f1274c41aeded194ac8c5ce8f1aecbcfb71db7b
1
# $FreeBSD$
2
3
LIB
=
ncp
4
5
SHLIB_MAJOR
=
3
6
7
DPADD
= ${
LIBIPX
}
8
LDADD
= -
lipx
9
10
SRCS
=
ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \
11
ncpl_net.c ncpl_rcfile.c ncpl_conn.c ncpl_nls.c ncpl_msg.c \
12
ncpl_rpc.c ncpl_crypt.c ipx.c sap.c
13
14
.
include
<
bsd.lib.mk
>