diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-08 08:35:05 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-08 08:35:05 +0000 |
commit | 0ec991da326ab34e8069fa75990f41585aa59beb (patch) | |
tree | 2ea5ada2329a7faba725efcbe0dfa0a25a0c1718 /lib | |
parent | 6009c6b075bf69c68e24b1510faf84faa9c570dd (diff) | |
download | FreeBSD-src-0ec991da326ab34e8069fa75990f41585aa59beb.zip FreeBSD-src-0ec991da326ab34e8069fa75990f41585aa59beb.tar.gz |
MFC r312392:
Use SRCTOP instead of .CURDIR-relative path in .PATH directive
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libwrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index 0e3490c..a6d8520 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -14,7 +14,7 @@ MLINKS= hosts_access.3 hosts_ctl.3 \ hosts_access.3 request_set.3 \ hosts_options.5 hosts.allow.5 -.PATH: ${.CURDIR}/../../contrib/tcp_wrappers +.PATH: ${SRCTOP}/contrib/tcp_wrappers CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \ -DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" -DPROCESS_OPTIONS \ |