From 86e136ca7d56420c4ee7a1a2a4f0db7ebbb65458 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 12 Aug 2000 16:39:39 +0000 Subject: Turn off rp-pppoe for now. Its Makefile invokes pppd, and this can be dangerous to some machine configurations. "Not nice for make cleandir to have unexpected side effects." --- net/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 428dd5f41e8..ce7680769d1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2000/08/11 08:13:38 itojun Exp $ +# $NetBSD: Makefile,v 1.146 2000/08/12 16:39:39 perry Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -93,7 +93,9 @@ SUBDIR += ra-rtsp-proxy SUBDIR += radius SUBDIR += rdist6 - SUBDIR += rp-pppoe +# rp-pppoe's Makefile invokes pppd, which can be very dangerous +# on some machines. Turned off pending a fix to that. --Perry Metzger +# SUBDIR += rp-pppoe SUBDIR += rsync SUBDIR += rumba SUBDIR += samba -- cgit v1.2.3