summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-09-02 17:20:54 +0000
committeramurai <amurai@FreeBSD.org>1995-09-02 17:20:54 +0000
commit9a28cf053e0253a84225e0cd75dda5047d6bba8c (patch)
tree4e6b794c1199fd47264885cc1e6f40b97af13fb1 /usr.sbin/ppp/Makefile
parent5c97b17f6e144daf5501e5001506baf86759318e (diff)
downloadFreeBSD-src-9a28cf053e0253a84225e0cd75dda5047d6bba8c.zip
FreeBSD-src-9a28cf053e0253a84225e0cd75dda5047d6bba8c.tar.gz
1. Do not log the password itself to ppp.log ( Mr. Rich Murphey )
2. Add ability to execute shell commands and suspend back into invoking shell (Mr. J Wunsch) Reviewed by: amurai@spec.co.jp Submitted by: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Rich Murphey <rich@lamprey.utmb.edu>
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index c0af19d..7d4ba53 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.1.1.1 1995/01/31 06:29:55 amurai Exp $
+# $Id: Makefile,v 1.2 1995/02/26 12:17:08 amurai 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 md5c.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
+#CFLAGS+= -DHAVE_SHELL_CMD_WITH_ANY_MODE
MAN8= ppp.8
BINMODE=4555
BINOWN= root
OpenPOWER on IntegriCloud