summaryrefslogtreecommitdiffstats
path: root/usr.bin/global
diff options
context:
space:
mode:
authorcwt <cwt@FreeBSD.org>1997-12-21 08:31:50 +0000
committercwt <cwt@FreeBSD.org>1997-12-21 08:31:50 +0000
commit82701de9d482da68609802adcf21739bc58b9a55 (patch)
treedf44ef866c2d9a2492901948812f569c319c458a /usr.bin/global
parent7b8bd2fd06738abe0e1e0eb87154f320ec80c37d (diff)
downloadFreeBSD-src-82701de9d482da68609802adcf21739bc58b9a55.zip
FreeBSD-src-82701de9d482da68609802adcf21739bc58b9a55.tar.gz
Remove private install rule in favor of INTERNALLIB and
INTERNALSTATICLIB. Suggested by: bde
Diffstat (limited to 'usr.bin/global')
-rw-r--r--usr.bin/global/lib/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/global/lib/Makefile b/usr.bin/global/lib/Makefile
index 2750c4c..3d1e354 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 <bsd.lib.mk>
OpenPOWER on IntegriCloud