diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-08-22 23:17:57 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-08-22 23:17:57 +0000 |
| commit | a3d4bca7a0ab2bdbad4a58b8a583966658b914fb (patch) | |
| tree | 7add1e8b3707541cb3e7afaa4c1e6fb67950a272 /usr.sbin | |
| parent | 0337663160e0b6276e9e8550d36cbd5593e7d2cd (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 001a70cbcfac5..04edf72bf90df 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.56 1999/08/06 20:04:00 brian Exp $ +# $Id: Makefile,v 1.57 1999/08/08 17:35:35 brian Exp $ MAINTAINER=brian@FreeBSD.org @@ -21,8 +21,8 @@ MAN8= ppp.8 CFLAGS+=-DRELEASE_CRUNCH .endif -.if defined(NOALIAS) -CFLAGS+=-DNOALIAS +.if defined(NONAT) || defined(NOALIAS) +CFLAGS+=-DNONAT .else .if !defined(RELEASE_CRUNCH) SRCS+= alias_cmd.c @@ -58,7 +58,7 @@ SRCS+= i4b.c .if defined(RELEASE_CRUNCH) # We must create these objects because crunchgen will link them, # and we don't want any unused symbols to spoil the final link. -CFLAGS+=-DNOALIAS -DNORADIUS -DNOI4B +CFLAGS+=-DNONAT -DNORADIUS -DNOI4B OBJS+= alias_cmd.o chap_ms.o radius.o chap_ms.o alias_cmd.o radius.o: >null_${.PREFIX}.c |
