summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-09-14 22:02:54 +0000
committerbrian <brian@FreeBSD.org>2000-09-14 22:02:54 +0000
commit54bef4135c4762d88857503b7c16ba80db3a44c5 (patch)
tree212a2a7c0be379a39011d29bfb9d5eef0977bf6e /usr.sbin/ppp/Makefile
parent066132400fc6fa22008b2e4fb25387e3bf8bc7ff (diff)
downloadFreeBSD-src-54bef4135c4762d88857503b7c16ba80db3a44c5.zip
FreeBSD-src-54bef4135c4762d88857503b7c16ba80db3a44c5.tar.gz
Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist
Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk>
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 2dc6da0..c79621a 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -41,6 +41,13 @@ DPADD+= ${LIBALIAS}
.endif
.endif
+NOATM= /usr/include/netnatm required
+.if defined(NOATM) || defined(RELEASE_CRUNCH)
+CFLAGS+=-DNOATM
+.else
+SRCS+= atm.c
+.endif
+
.if defined(NOSUID) || defined(PPP_NOSUID)
CFLAGS+=-DNOSUID
.else
OpenPOWER on IntegriCloud