11 lines
134 B
Makefile
11 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= txi
|
|
INTERNALLIB= true
|
|
|
|
SRCS= substring.c xexit.c xmalloc.c xstrdup.c
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${TXIDIR}/lib
|