diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:59:05 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:59:05 +0000 |
| commit | 484482b8ad59a8c68aaa1f0551a983c10b983a22 (patch) | |
| tree | 6f074fd56221a1e2138910bd71a77d75a90fc21b /lib/libipsec | |
| parent | 28d60d6a809ae75b08a2cd9ae2230eb4af87c1ad (diff) | |
Notes
Diffstat (limited to 'lib/libipsec')
| -rw-r--r-- | lib/libipsec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index 460a5d79b0b46..c626830e2e9bc 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -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 |
