diff options
Diffstat (limited to 'net/ppp/Makefile')
-rw-r--r-- | net/ppp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ppp/Makefile b/net/ppp/Makefile index 8fc0e94bfb9..ecd15c63a05 100644 --- a/net/ppp/Makefile +++ b/net/ppp/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2000/11/15 16:07:23 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 18:19:28 wiz Exp $ DISTNAME= ppp-2.3.11 CATEGORIES= net MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ MAINTAINER= tron@netbsd.org +COMMENT= Point-to-Point Protocol for Internet connections over serial lines ONLY_FOR_PLATFORM= NetBSD-1.4*-* |