]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libipx/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libipx / Makefile
1 # $FreeBSD$
2
3 LIB=    ipx
4 SHLIBDIR?= /lib
5 SRCS=   ipx_addr.c ipx_ntoa.c
6 MAN=    ipx.3
7 MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3
8
9 WARNS?= 2
10
11 .include <bsd.lib.mk>