summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-03-13 12:45:35 +0000
committerbrian <brian@FreeBSD.org>1997-03-13 12:45:35 +0000
commitdb1507dc21cd44caa52ead85f9a6a42d0d986982 (patch)
treefa504756c008684108eea2200c879f5791919788 /usr.sbin/ppp/Makefile
parentd595a2d0872984b79873b4152ae4550b61e185a6 (diff)
downloadFreeBSD-src-db1507dc21cd44caa52ead85f9a6a42d0d986982.zip
FreeBSD-src-db1507dc21cd44caa52ead85f9a6a42d0d986982.tar.gz
Reviewed by: ache@freebsd.org
These changes should fix the signal "problems" in ppp. The signal changes should really be put into 2.2 too ! The following patches should do it. There were some other changes made by Andrey recently that havn't been brought into 2.2, it may be worth doing them now.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index a0cf1d2..a8f6ba3 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.14 1997/02/22 16:09:55 peter Exp $
+# $Id: Makefile,v 1.15 1997/03/09 20:03:27 ache Exp $
PROG= ppp
SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
ip.c ipcp.c lcp.c lqr.c log.c main.c mbuf.c modem.c os.c \
pap.c pred.c route.c slcompress.c timer.c systems.c uucplock.c vars.c \
vjcomp.c arp.c alias.c alias_db.c alias_ftp.c alias_util.c \
- passwdauth.c
+ passwdauth.c sig.c
#CFLAGS+= -DHAVE_SHELL_CMD_WITH_ANY_MODE
CFLAGS += -Wall -DUSE_PERROR -DMSEXT -DPASSWDAUTH
LDADD += -lmd -lcrypt -lutil
OpenPOWER on IntegriCloud