diff options
Diffstat (limited to 'net/pptp/Makefile')
-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. |