Use SRCTOP instead of .CURDIR relative paths with ".."

This simplifies pathing in make/displayed output

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
ngie 2017-02-11 20:19:04 +00:00
parent c0b5da07a8
commit 1033af1863

View File

@ -1,6 +1,6 @@
# $FreeBSD$
CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop
CONTRIB= ${SRCTOP}/contrib/ngatm/sscop
.PATH: ${CONTRIB}