diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
| commit | 07736e20e93c9a98de654927c637dd89da236bb1 (patch) | |
| tree | ea5c405d23bdd55d5a9515d9d087b9542b86e2aa /usr.sbin/ppp | |
| parent | f1f6253f4fb5a5822c0d75ecc6365523e6da42fd (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 8e09aa0f9719..9b0ad5788e77 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 |
