15 lines
389 B
Makefile
15 lines
389 B
Makefile
# $Id: Makefile,v 1.2 1997/12/21 08:31:50 cwt Exp $
|
|
|
|
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
|
|
.PATH: ${GLOBAL_DIR}/lib
|
|
|
|
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
|
|
NOPROFILE= noprofile
|
|
INTERNALLIB= true
|
|
INTERNALSTATICLIB= true
|
|
|
|
.include <bsd.lib.mk>
|