mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
|
|
LIB= ipx
|
||
|
|
#CFLAGS+=-DLIBC_SCCS -I/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>
|