libc: Fix a number of .PATH related issues in the Makefiles.
[dragonfly.git] / lib / libc / inet / Makefile.inc
1 .PATH: ${.CURDIR}/../libc/inet
2
3 CMAPS+= ${.CURDIR}/inet/Symbol.map
4
5 SRCS+=  inet_addr.c inet_cidr_ntop.c inet_cidr_pton.c inet_lnaof.c \
6         inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c \
7         inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
8         inet_pton.c nsap_addr.c
9
10 .if ${LIB} == "c"
11 MAN+=   inet.3 inet_net.3
12
13 MLINKS+=inet.3 addr.3 \
14         inet.3 inet_addr.3 \
15         inet.3 inet_aton.3 \
16         inet.3 inet_lnaof.3 \
17         inet.3 inet_makeaddr.3 \
18         inet.3 inet_netof.3 \
19         inet.3 inet_network.3 \
20         inet.3 inet_ntoa.3 \
21         inet.3 inet_ntoa_r.3 \
22         inet.3 inet_ntop.3 \
23         inet.3 inet_pton.3 \
24         inet.3 network.3 \
25         inet.3 ntoa.3 
26 MLINKS+=inet_net.3 inet_net_ntop.3 \
27         inet_net.3 inet_net_pton.3
28 .endif