1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/lib/libipx/Makefile

10 lines
154 B
Makefile

LIB= ipx
#CFLAGS+=-DLIBC_SCCS -I${DESTDIR}/sys
SRCS= ipx_addr.c ipx_ntoa.c
MAN3= ipx.3
MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3
.include <bsd.lib.mk>