diff options
Diffstat (limited to 'usr.bin/global/lib/Makefile')
-rw-r--r-- | usr.bin/global/lib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/global/lib/Makefile b/usr.bin/global/lib/Makefile index 793f953cb09f..3d1e354a35b6 100644 --- a/usr.bin/global/lib/Makefile +++ b/usr.bin/global/lib/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.2 1997/12/21 08:31:50 cwt Exp $ +# $Id: Makefile,v 1.1 1997/12/15 23:40:54 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 +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 |