From 101f12847427aa11f125b55a694322cd3d1297e7 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 23 Aug 1999 23:13:59 +0000 Subject: Cosmetic: bring closer to RELENG_3 --- usr.sbin/ppp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ppp') 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 -- cgit v1.1