mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
10 lines
160 B
Makefile
10 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>
|