diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/pptp/Makefile | 4 | ||||
-rw-r--r-- | net/sharity-light/Makefile | 4 |
2 files changed, 6 insertions, 2 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. diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index 4133bfa4fe5..48ff04640c9 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:28 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/07 21:47:14 tv Exp $ # DISTNAME= Sharity-Light.1.2 @@ -11,6 +11,8 @@ MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://www.obdev.at/Products/shlight.html COMMENT= Userland smbfs -- SMB to NFS protocol converter +NOT_FOR_PLATFORM= Interix-*-* # SMB is all native + # avoid picking up a bad value from a users environment MAKE_ENV+= "ARCH= " |