diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 21:46:25 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 21:46:25 +0000 |
commit | 887dc1f723ba7a03a6985dd01d75e84ecdfa887d (patch) | |
tree | 572f10db0e3602db5f2f39799d56f923d8105930 /net/pptp | |
parent | 67b91fbe6990738a9a690c94a3db7381049deb42 (diff) | |
download | pkgsrc-887dc1f723ba7a03a6985dd01d75e84ecdfa887d.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/pptp')
-rw-r--r-- | net/pptp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pptp/Makefile b/net/pptp/Makefile index d3b0962f793..112361390ec 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:40 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/07 21:46:25 tv Exp $ DISTNAME= pptp-linux-1.0.2 PKGNAME= pptp-1.0.2 @@ -11,6 +11,8 @@ COMMENT= PPTP client package for Microsoft VPN servers (no encryption yet) #LICENSE= GPL +NOT_FOR_PLATFORM= Interix-*-* + .include "../../mk/bsd.prefs.mk" # Not quite yet---special config for MPPE in pppd. |