summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:08:06 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:08:06 +0000
commit3b01b845055a6c3374f14bc8997be5a5d299cd8c (patch)
treeea5c405d23bdd55d5a9515d9d087b9542b86e2aa /usr.sbin/ppp
parentba3655c74f170d85d1349f1e286aff27b58c9fc5 (diff)
downloadFreeBSD-src-3b01b845055a6c3374f14bc8997be5a5d299cd8c.zip
FreeBSD-src-3b01b845055a6c3374f14bc8997be5a5d299cd8c.tar.gz
NOATM -> NO_ATM
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 8e09aa0..9b0ad57 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -11,7 +11,7 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
WARNS?= 3
.if defined(RELEASE_CRUNCH)
CFLAGS+=-DRELEASE_CRUNCH
-NOATM=
+NO_ATM=
NODES=
NOI4B=
NONAT=
@@ -60,7 +60,7 @@ LDADD+= -lalias
DPADD+= ${LIBALIAS}
.endif
-.if defined(NOATM)
+.if defined(NO_ATM)
CFLAGS+=-DNOATM
.else
SRCS+= atm.c
OpenPOWER on IntegriCloud