mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= txi
|
|
INTERNALLIB= true
|
|
|
|
SRCS= getopt.c getopt1.c substring.c xexit.c xmalloc.c xstrdup.c
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${TXIDIR}/lib
|