From f347f2e2a7cac231244a75deb189d2f94d1668d2 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 20 Jan 2017 03:55:21 +0000 Subject: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon --- lib/libauditd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libauditd') diff --git a/lib/libauditd/Makefile b/lib/libauditd/Makefile index f8ed80a30fe36..2df9fa8fb0eac 100644 --- a/lib/libauditd/Makefile +++ b/lib/libauditd/Makefile @@ -3,7 +3,7 @@ # PACKAGE=lib${LIB} -OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm +OPENBSMDIR= ${SRCTOP}/contrib/openbsm _LIBAUDITDDIR= ${OPENBSMDIR}/libauditd _LIBBSMDIR= ${OPENBSMDIR}/libbsm -- cgit v1.3