summaryrefslogtreecommitdiff
path: root/net/ppp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ppp/Makefile')
-rw-r--r--net/ppp/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/ppp/Makefile b/net/ppp/Makefile
deleted file mode 100644
index e88dd859ea5..00000000000
--- a/net/ppp/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2002/05/07 23:48:48 hubertf 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-*-*
-
-CONFLICTS+= ppp-mppe-2.*
-
-HAS_CONFIGURE= yes
-MANCOMPRESSED_IF_MANZ= yes
-
-MAKE_ENV+= BINDIR=${PREFIX}/sbin \
- MANDIR=${PREFIX}/man \
- MANINSTALL="maninstall catinstall"
-
-.include "../../mk/bsd.pkg.mk"