]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libipx/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>