summaryrefslogtreecommitdiffstats
path: root/usr.bin/global/btreeop
diff options
context:
space:
mode:
authorcwt <cwt@FreeBSD.org>1997-12-15 23:34:57 +0000
committercwt <cwt@FreeBSD.org>1997-12-15 23:34:57 +0000
commitaa90f025deb2ef23c8d9ed358b2aba57c08a1f22 (patch)
treea0064f82a81c196b5947442cb8d47820db9c06f9 /usr.bin/global/btreeop
parent5222236a0e11312d2d7d9889ebe64773dbb2cf33 (diff)
downloadFreeBSD-src-aa90f025deb2ef23c8d9ed358b2aba57c08a1f22.zip
FreeBSD-src-aa90f025deb2ef23c8d9ed358b2aba57c08a1f22.tar.gz
Add lib/Makefile and adjust as necessary to build global 2.2.1 from contrib sources.
Diffstat (limited to 'usr.bin/global/btreeop')
-rw-r--r--usr.bin/global/btreeop/Makefile5
1 files changed, 4 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud