From fb9cfe551bb4c3177637dba09b710914b35562a5 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Thu, 17 Mar 2016 04:21:57 +0000 Subject: xo_config.h no longer in contrib, so -I's needed PR: /homes/sjg/commit-logs/freebsd/libxo/xo_config.diff Reviewed by: jkim --- usr.bin/xo/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin/xo') diff --git a/usr.bin/xo/Makefile b/usr.bin/xo/Makefile index 0773987d6ab1..6159169a8c8f 100644 --- a/usr.bin/xo/Makefile +++ b/usr.bin/xo/Makefile @@ -12,7 +12,10 @@ MAN= xo.1 # XXX For xoversion.h CFLAGS+=-I${LIBXOSRC}/libxo -LIBADD= xo +# XXX For xo_config.h +CFLAGS+=-I${SRCTOP}/lib/libxo + +LIBADD= xo util .if ${MK_TESTS} != "no" SUBDIR+= tests -- cgit v1.2.3