summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 23a7673fc90..ec68cff4fac 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/04/26 16:16:59 brian Exp $
+# $Id: Makefile,v 1.7 1998/04/26 16:20:06 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c ccp.c chap.c chap_ms.c chat.c \
@@ -6,7 +6,7 @@ SRCS= arp.c async.c auth.c ccp.c chap.c chap_ms.c chat.c \
iplist.c lcp.c log.c lqr.c main.c mbuf.c modem.c os.c \
pap.c phase.c pred.c route.c server.c sig.c slcompress.c systems.c \
throughput.c timer.c tun.c vars.c vjcomp.c
-CFLAGS+=-Wall -Wmissing-prototypes -DHAVE_DES
+CFLAGS+=-Wall -Wmissing-prototypes -DHAVE_DES -DNOALIAS
LDADD+= -lutil -ldes -lz
DPADD+= ${LIBUTIL} ${LIBDES} ${LIBZ}
MAN= ppp.8
@@ -14,11 +14,4 @@ BINMODE=4550
BINOWN= root
BINGRP= network
-.if !defined(LIBALIAS)
-CFLAGS+=-DNOALIAS
-.else
-CFLAGS+=-I${.CURDIR}/libalias
-SRCS+= alias_cmd.c loadalias.c
-.endif
-
.include <bsd.prog.mk>