diff options
author | brian <brian@FreeBSD.org> | 1999-08-22 23:17:57 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-08-22 23:17:57 +0000 |
commit | 185ca62b176534478595a689583db9d8e84b105c (patch) | |
tree | acd255290c9d048c7670fcaceb3c885845a1a992 /usr.sbin/ppp | |
parent | 7b8ec143791be48002cebf98661ceed23f2e3a98 (diff) | |
download | FreeBSD-src-185ca62b176534478595a689583db9d8e84b105c.zip FreeBSD-src-185ca62b176534478595a689583db9d8e84b105c.tar.gz |
NOALIAS -> NONAT
Reminded by: jkh
Diffstat (limited to 'usr.sbin/ppp')
-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 001a70c..04edf72 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 |