mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
11 lines
155 B
Makefile
11 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
|