diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-08-23 23:13:59 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-08-23 23:13:59 +0000 |
| commit | 4c960c5274d5d6dc078c53a2c1d24b26e465759d (patch) | |
| tree | fdfba98034ce74378b09c78645d8bfa885874366 /usr.sbin | |
| parent | 1971432659d95019a9ba7683b2d4f512243e82f7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 04edf72bf90d..f9f3a396afbf 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 |
