diff --git a/usr.bin/global/lib/Makefile b/usr.bin/global/lib/Makefile index 2750c4c99ca2..3d1e354a35b6 100644 --- a/usr.bin/global/lib/Makefile +++ b/usr.bin/global/lib/Makefile @@ -1,15 +1,14 @@ -# $Id: Makefile,v 1.1 1997/12/15 02:28:22 skynyrd Exp $ +# $Id: Makefile,v 1.1 1997/12/15 23:40:54 cwt Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/lib LIB= globalutil -NOPROFILE= yes - 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 -install: - +NOPROFILE= noprofile +INTERNALLIB= true +INTERNALSTATICLIB= true .include