1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1997-12-15 23:40:54 +00:00
|
|
|
|
|
|
|
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
|
|
|
|
.PATH: ${GLOBAL_DIR}/lib
|
|
|
|
|
1999-01-18 07:38:13 +00:00
|
|
|
LIB= gloutil
|
|
|
|
SRCS= gtagsop.c tab.c strbuf.c mgets.c defined.c getdbpath.c \
|
|
|
|
find.c dbop.c test.c makepath.c locatestring.c pathop.c \
|
|
|
|
conf.c strmake.c usable.c token.c
|
1997-12-21 08:31:50 +00:00
|
|
|
NOPROFILE= noprofile
|
|
|
|
INTERNALLIB= true
|
|
|
|
INTERNALSTATICLIB= true
|
1997-12-15 23:40:54 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|