repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
bsd
/
ntp
/
lib
/
libiscntp
/
Makefile
blob
9b4589145609a6e7d8281cfb834addac60fa705e
1
# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:10 christos Exp $
2
3
LIBISPRIVATE
=
yes
4
5
LIB
=
iscntp
6
7
.
include
<
bsd.own.mk
>
8
9
.
include
"${.CURDIR}/../Makefile.inc"
10
11
DIST
= ${
IDIST
}/
lib
/
isc
12
13
.PATH.c
:: ${
DIST
} ${
DIST
}/
nls
${
DIST
}/
unix
${
DIST
}/
nothreads
14
15
SRCS
=
assertions.c \
16
buffer.c \
17
condition.c \
18
dir
.c \
19
error.c \
20
errno2result.c \
21
event.c \
22
file.c \
23
inet_ntop.c \
24
inet_pton.c \
25
interfaceiter.c \
26
lib.c \
27
log.c \
28
md5.c \
29
msgcat.c \
30
net.c \
31
netaddr.c \
32
netscope.c \
33
ondestroy.c \
34
random.c \
35
result.c \
36
stdio.c \
37
stdtime.c \
38
strerror.c \
39
task.c \
40
thread.c \
41
time.c \
42
sockaddr.c
43
44
.
include
<
bsd.lib.mk
>