]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libipx/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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 .include <bsd.lib.mk>