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.
This commit is contained in:
parent
3f1c262fff
commit
72cb1a30ed
15
usr.bin/global/lib/Makefile
Normal file
15
usr.bin/global/lib/Makefile
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user