summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-23 23:13:59 +0000
committerbrian <brian@FreeBSD.org>1999-08-23 23:13:59 +0000
commit101f12847427aa11f125b55a694322cd3d1297e7 (patch)
tree7a26cd4bfcb83ee17a6c18e0bbfb66dfd1d0ec34 /usr.sbin/ppp
parent0746aa3cb57a44732a5f7a48c90070feafa50f3c (diff)
downloadFreeBSD-src-101f12847427aa11f125b55a694322cd3d1297e7.zip
FreeBSD-src-101f12847427aa11f125b55a694322cd3d1297e7.tar.gz
Cosmetic: bring closer to RELENG_3
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/Makefile6
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
OpenPOWER on IntegriCloud