summaryrefslogtreecommitdiffstats
path: root/usr.bin/global/btreeop
diff options
context:
space:
mode:
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