12 lines
155 B
Makefile
12 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= txi
|
|
INTERNALLIB= true
|
|
INTERNALSTATICLIB= true
|
|
|
|
SRCS= getopt.c getopt1.c xmalloc.c xstrdup.c
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${TXIDIR}/lib
|