46f8fdc34e
INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
11 lines
151 B
Makefile
11 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
|