freebsd-dev/usr.bin/global/lib/Makefile

15 lines
359 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1 1997/12/15 23:40:54 cwt Exp $
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
NOPROFILE= noprofile
INTERNALLIB= true
INTERNALSTATICLIB= true
.include <bsd.lib.mk>