summaryrefslogtreecommitdiff
path: root/sbin/pflogd
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:33:01 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:33:01 +0000
commit22289a8c3d45efcf5671750a0ceffb1296455bab (patch)
tree94fe5f475bf0dead0e972df66b3e4cad0afd6746 /sbin/pflogd
parentcaf42d812634461f3196797f55f320c03c49b019 (diff)
downloadsrc-test2-22289a8c3d45efcf5671750a0ceffb1296455bab.tar.gz
src-test2-22289a8c3d45efcf5671750a0ceffb1296455bab.zip
sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314656
Diffstat (limited to 'sbin/pflogd')
-rw-r--r--sbin/pflogd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index 774ab14db6e2..423bfab8c8a2 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../contrib/pf/pflogd
+.PATH: ${SRCTOP}/contrib/pf/pflogd
PACKAGE=pf
PROG= pflogd
SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
MAN= pflogd.8
-CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h
-CFLAGS+=-I${.CURDIR}/../../contrib/libpcap
+CFLAGS+=-include ${SRCTOP}/lib/libpcap/config.h
+CFLAGS+=-I${SRCTOP}/contrib/libpcap
LIBADD= pcap