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:
parent
28d60d6a80
commit
484482b8ad
@ -40,7 +40,7 @@ CFLAGS+=-DIPSEC_DEBUG -DIPSEC
|
||||
CFLAGS+=-DINET6
|
||||
.endif
|
||||
|
||||
#.PATH: ${.CURDIR}/../../sys/netipsec
|
||||
#.PATH: ${SRCTOP}/sys/netipsec
|
||||
#SRCS= pfkey.c pfkey_dump.c
|
||||
SRCS+= ipsec_strerror.c policy_parse.y policy_token.l
|
||||
SRCS+= ipsec_dump_policy.c ipsec_get_policylen.c
|
||||
|
@ -10,7 +10,7 @@ INCS= pathconv.h
|
||||
SRCS= abs2rel.c rel2abs.c
|
||||
|
||||
|
||||
#VERSION_DEF= ${.CURDIR}/../libc/Versions.def
|
||||
#VERSION_DEF= ${SRCTOP/lib/libc/Versions.def
|
||||
#SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
|
Loading…
Reference in New Issue
Block a user