From 88ba3732f5948342b2d3b1db698698190dede57e Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 16 Jan 2010 12:20:26 +0000 Subject: Unbreak world WITHOUT_NETGRAPH. PR: 137487 Submitted by: bf (previous version) No objections: net@ MFC after: 2 weeks --- usr.sbin/ppp/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index e8ae0e3..11003d7 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -25,6 +25,9 @@ PPP_NO_SUID= .if ${MK_ATM} == "no" PPP_NO_ATM= .endif +.if ${MK_NETGRAPH} == "no" +PPP_NO_NETGRAPH= +.endif .if ${MK_PAM_SUPPORT} == "no" PPP_NO_PAM= .endif -- cgit v1.1