mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
9 lines
160 B
Makefile
9 lines
160 B
Makefile
LIB= ipx
|
|
#CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../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>
|