From d84c6760b409d1111f67e4c104082cca8fcc8eec Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Fri, 29 Oct 2010 21:24:56 +0000 Subject: [PATCH] Add a ${.CURDIR} reference to the previous commit. Submitted by: dim --- sbin/pflogd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 4d9141f667bc..02589bab5846 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -6,7 +6,7 @@ PROG= pflogd SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c MAN= pflogd.8 -CFLAGS=-include ../../lib/libpcap/config.h +CFLAGS=-include ${.CURDIR}/../../lib/libpcap/config.h LDADD= -lpcap -lutil DPADD= ${LIBPCAP} ${LIBUTIL}