summaryrefslogtreecommitdiffstats
path: root/contrib/global/lib/Makefile
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-01-18 06:59:18 +0000
committersimokawa <simokawa@FreeBSD.org>1999-01-18 06:59:18 +0000
commitcf4b2ca9b8568c15972f1570d34cedbb6483b021 (patch)
tree2d073c94248fff7dcaa8a3b1356933e1dcd784db /contrib/global/lib/Makefile
parent490818046d130f0f1520df3695f71a48ebf07726 (diff)
downloadFreeBSD-src-cf4b2ca9b8568c15972f1570d34cedbb6483b021.zip
FreeBSD-src-cf4b2ca9b8568c15972f1570d34cedbb6483b021.tar.gz
Import Global v3_4_2 sources.
Ok'd by: peter Discussed with: msmith
Diffstat (limited to 'contrib/global/lib/Makefile')
-rw-r--r--contrib/global/lib/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/global/lib/Makefile b/contrib/global/lib/Makefile
index 99d49ef..83d8be0 100644
--- a/contrib/global/lib/Makefile
+++ b/contrib/global/lib/Makefile
@@ -1,8 +1,9 @@
-LIB= util
-SRCS= tag.o tab.o strop.o mgets.o lookup.o gtagsopen.o getdbpath.o \
- find.o dbname.o dbio.o test.o makepath.o locatestring.o
-NOPROFILE= yes
-install:
- @echo -n
+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>
OpenPOWER on IntegriCloud