summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-03-23 13:28:28 +0000
committerbrian <brian@FreeBSD.org>2001-03-23 13:28:28 +0000
commitd78fa50ae30aecb9ef083ea546f35c85c19af639 (patch)
tree122f742d5979b1d889ae3710cfe800e3c8fac871 /usr.sbin/ppp/Makefile
parentc6256cf4e10f14dfe8bcc3e09d5c6c12de6755f0 (diff)
downloadFreeBSD-src-d78fa50ae30aecb9ef083ea546f35c85c19af639.zip
FreeBSD-src-d78fa50ae30aecb9ef083ea546f35c85c19af639.tar.gz
Quote PPP_CONFDIR in CFLAGS
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index c10dc7f..308df80 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -23,7 +23,7 @@ CFLAGS+=-DRELEASE_CRUNCH
.endif
.if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR)
-CFLAGS+=-DPPP_CONFDIR=${PPP_CONFDIR}
+CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
.endif
.if defined(NOKLDLOAD)
OpenPOWER on IntegriCloud