summaryrefslogtreecommitdiffstats
path: root/usr.bin/global
diff options
context:
space:
mode:
authorcwt <cwt@FreeBSD.org>1997-12-15 23:40:54 +0000
committercwt <cwt@FreeBSD.org>1997-12-15 23:40:54 +0000
commitecb4136c564d83a7fd94bba6aec03f1b60ed06fb (patch)
tree7bff1a4f4e01b6bd376270954f940fdb5c9c2704 /usr.bin/global
parentaa90f025deb2ef23c8d9ed358b2aba57c08a1f22 (diff)
downloadFreeBSD-src-ecb4136c564d83a7fd94bba6aec03f1b60ed06fb.zip
FreeBSD-src-ecb4136c564d83a7fd94bba6aec03f1b60ed06fb.tar.gz
I'd swore I added this on my prior mega-commit. Any chance adds aren't
processed during the recursive swoop? Makefile for global's private library, complete with null install rule to keep this private.
Diffstat (limited to 'usr.bin/global')
-rw-r--r--usr.bin/global/lib/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/global/lib/Makefile b/usr.bin/global/lib/Makefile
new file mode 100644
index 0000000..2750c4c
--- /dev/null
+++ b/usr.bin/global/lib/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile,v 1.1 1997/12/15 02:28:22 skynyrd 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:
+
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud