Fix two CURDIR references in comments that should be SRCTOP

references.

Differential Revision:	https://reviews.freebsd.org/D9932
Sponsored by:		Netflix
Silence	On:		arch@ (twice)
This commit is contained in:
Warner Losh 2017-03-12 18:59:05 +00:00
parent 28d60d6a80
commit 484482b8ad
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ CFLAGS+=-DIPSEC_DEBUG -DIPSEC
CFLAGS+=-DINET6 CFLAGS+=-DINET6
.endif .endif
#.PATH: ${.CURDIR}/../../sys/netipsec #.PATH: ${SRCTOP}/sys/netipsec
#SRCS= pfkey.c pfkey_dump.c #SRCS= pfkey.c pfkey_dump.c
SRCS+= ipsec_strerror.c policy_parse.y policy_token.l SRCS+= ipsec_strerror.c policy_parse.y policy_token.l
SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c

View File

@ -10,7 +10,7 @@ INCS= pathconv.h
SRCS= abs2rel.c rel2abs.c SRCS= abs2rel.c rel2abs.c
#VERSION_DEF= ${.CURDIR}/../libc/Versions.def #VERSION_DEF= ${SRCTOP/lib/libc/Versions.def
#SYMBOL_MAPS= ${.CURDIR}/Symbol.map #SYMBOL_MAPS= ${.CURDIR}/Symbol.map
.if ${MK_TESTS} != "no" .if ${MK_TESTS} != "no"