From 50f69900e8ac2a0d9eac15f28ad1760d3ec2dc38 Mon Sep 17 00:00:00 2001 From: Chris Timmons Date: Sun, 21 Dec 1997 08:31:50 +0000 Subject: [PATCH] Remove private install rule in favor of INTERNALLIB and INTERNALSTATICLIB. Suggested by: bde --- usr.bin/global/lib/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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