1997-12-21 08:31:50 +00:00
|
|
|
# $Id: Makefile,v 1.1 1997/12/15 23:40:54 cwt Exp $
|
1997-12-15 23:40:54 +00:00
|
|
|
|
|
|
|
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
|
|
|
|
.PATH: ${GLOBAL_DIR}/lib
|
|
|
|
|
|
|
|
LIB= globalutil
|
|
|
|
SRCS= dbio.c dbname.c find.c getdbpath.c gtagsopen.c locatestring.c \
|
|
|
|
lookup.c makepath.c mgets.c strop.c tab.c tag.c test.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>
|