Normalize SYSDIR on SRCTOP instead of .CURDIR

This is being done to simplify pathing for CFLAGS and source files.

MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-05-18 06:15:42 +00:00
parent 518613e412
commit 5c63f26129

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SYSDIR?= ${.CURDIR}/../../..
SYSDIR?= ${SRCTOP}/sys
.PATH: ${SYSDIR}/security/audit