From aa90f025deb2ef23c8d9ed358b2aba57c08a1f22 Mon Sep 17 00:00:00 2001 From: cwt Date: Mon, 15 Dec 1997 23:34:57 +0000 Subject: Add lib/Makefile and adjust as necessary to build global 2.2.1 from contrib sources. --- usr.bin/global/btreeop/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin/global/btreeop') diff --git a/usr.bin/global/btreeop/Makefile b/usr.bin/global/btreeop/Makefile index 3666c68..2157544 100644 --- a/usr.bin/global/btreeop/Makefile +++ b/usr.bin/global/btreeop/Makefile @@ -1,8 +1,11 @@ -# $Id: Makefile,v 1.3 1997/07/30 04:52:56 skynyrd Exp $ +# $Id: Makefile,v 1.3 1997/12/15 02:28:08 skynyrd Exp $ GLOBAL_DIR= ${.CURDIR}/../../../contrib/global .PATH: ${GLOBAL_DIR}/btreeop +CFLAGS+= -I${GLOBAL_DIR}/lib +LDADD= -L${.OBJDIR}/../lib -lglobalutil + PROG= btreeop .include -- cgit v1.1