Remove private install rule in favor of INTERNALLIB and

INTERNALSTATICLIB.

Suggested by: bde
This commit is contained in:
Chris Timmons 1997-12-21 08:31:50 +00:00
parent 0ec82e961e
commit 50f69900e8

View File

@ -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>