aboutsummaryrefslogtreecommitdiff
path: root/krb5/lib/apputils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'krb5/lib/apputils/Makefile')
-rw-r--r--krb5/lib/apputils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/krb5/lib/apputils/Makefile b/krb5/lib/apputils/Makefile
index 1a79b3800863..a83ddf459a85 100644
--- a/krb5/lib/apputils/Makefile
+++ b/krb5/lib/apputils/Makefile
@@ -13,7 +13,7 @@
LIB= apputils
INTERNALLIB=
-LDFLAGS=-Wl,--no-undefined
+LDFLAGS+=-Wl,--no-undefined
SRCS= net-server.c \
udppktinfo.c \
@@ -22,6 +22,7 @@ SRCS= net-server.c \
CFLAGS+=-I${KRB5_DIR}/lib/apputils \
-I${KRB5_DIR}/include \
-I${KRB5_SRCTOP}/include \
+ -I${KRB5_OBJTOP}/util/profile \
-I${.OBJDIR}
.include <bsd.lib.mk>