summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/lib/Makefile')
-rw-r--r--gnu/usr.bin/man/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile
index cb5fd63..aa45037 100644
--- a/gnu/usr.bin/man/lib/Makefile
+++ b/gnu/usr.bin/man/lib/Makefile
@@ -1,7 +1,7 @@
LIB = man
-.if exists(${.CURDIR}/obj)
-CONFH= ${.CURDIR}/obj/config.h
+.if exists(${.OBJDIR})
+CONFH= ${.OBJDIR}/config.h
.else
CONFH= ${.CURDIR}/config.h
.endif
OpenPOWER on IntegriCloud