diff options
author | brian <brian@FreeBSD.org> | 1999-08-23 23:13:59 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-08-23 23:13:59 +0000 |
commit | 101f12847427aa11f125b55a694322cd3d1297e7 (patch) | |
tree | 7a26cd4bfcb83ee17a6c18e0bbfb66dfd1d0ec34 /usr.sbin/ppp/Makefile | |
parent | 0746aa3cb57a44732a5f7a48c90070feafa50f3c (diff) | |
download | FreeBSD-src-101f12847427aa11f125b55a694322cd3d1297e7.zip FreeBSD-src-101f12847427aa11f125b55a694322cd3d1297e7.tar.gz |
Cosmetic: bring closer to RELENG_3
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r-- | usr.sbin/ppp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 04edf72..f9f3a39 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.57 1999/08/08 17:35:35 brian Exp $ +# $Id: Makefile,v 1.58 1999/08/22 23:17:57 brian Exp $ MAINTAINER=brian@FreeBSD.org @@ -21,7 +21,7 @@ MAN8= ppp.8 CFLAGS+=-DRELEASE_CRUNCH .endif -.if defined(NONAT) || defined(NOALIAS) +.if defined(NOALIAS) || defined(NONAT) CFLAGS+=-DNONAT .else .if !defined(RELEASE_CRUNCH) @@ -49,7 +49,7 @@ DPADD+= ${LIBRADIUS} .endif .endif -.if defined(NOI4B)|| ${MACHINE_ARCH} == "alpha" +.if defined(NOI4B) || ${MACHINE_ARCH} == "alpha" CFLAGS+=-DNOI4B .else SRCS+= i4b.c |