summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-09-08 07:34:52 +0000
committerbrian <brian@FreeBSD.org>1999-09-08 07:34:52 +0000
commit7775aefb574911c7dc6b1d669d8af9c6b3762bf0 (patch)
treeba76c136d692c72fbaed9ec7185781c16d131f47 /usr.sbin/ppp/Makefile
parent4b01b2d6fc969207b87b3c5489505bcec0c314bb (diff)
downloadFreeBSD-src-7775aefb574911c7dc6b1d669d8af9c6b3762bf0.zip
FreeBSD-src-7775aefb574911c7dc6b1d669d8af9c6b3762bf0.tar.gz
Cosmetic:
alias_cmd -> nat_cmd after a repo-copy
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-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 c5ddd1f..aeef933 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -25,7 +25,7 @@ CFLAGS+=-DRELEASE_CRUNCH
CFLAGS+=-DNONAT
.else
.if !defined(RELEASE_CRUNCH)
-SRCS+= alias_cmd.c
+SRCS+= nat_cmd.c
LDADD+= -lalias
DPADD+= ${LIBALIAS}
.endif
@@ -59,8 +59,8 @@ SRCS+= i4b.c
# We must create these objects because crunchgen will link them,
# and we don't want any unused symbols to spoil the final link.
CFLAGS+=-DNONAT -DNORADIUS -DNOI4B
-OBJS+= alias_cmd.o chap_ms.o radius.o
-chap_ms.o alias_cmd.o radius.o:
+OBJS+= nat_cmd.o chap_ms.o radius.o
+chap_ms.o nat_cmd.o radius.o:
>null_${.PREFIX}.c
cc -c -o ${.TARGET} null_${.PREFIX}.c
.endif
OpenPOWER on IntegriCloud