diff options
author | wollman <wollman@FreeBSD.org> | 1995-03-31 04:36:01 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-03-31 04:36:01 +0800 |
commit | 8102cef6ee76df47d81950d8cb960c7c1b01e75f (patch) | |
tree | 775c5a910cca0b8e91dcbdb1635c01d6a7233b64 /net/Makefile | |
parent | 6266f60f96e1629c66fd9544c0dd540594c9c9f3 (diff) | |
download | freebsd-ports-gnome-8102cef6ee76df47d81950d8cb960c7c1b01e75f.tar.gz freebsd-ports-gnome-8102cef6ee76df47d81950d8cb960c7c1b01e75f.tar.zst freebsd-ports-gnome-8102cef6ee76df47d81950d8cb960c7c1b01e75f.zip |
IVS contains crypto code, so delete it from SUBDIR and add a RESTRICTED
comment.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 022172c1bfdd..22b393bd5d93 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,11 +1,13 @@ -# $Id: Makefile,v 1.35 1995/03/19 12:43:00 ats Exp $ +# $Id: Makefile,v 1.36 1995/03/24 06:29:51 asami Exp $ # # Broken - gn, dgd-lpmud # Broken for XFree3.x - wais SUBDIR= archie cern_httpd chimera dgd fspclient gated gopher imm irc \ - ircII ivs lynx ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \ + ircII lynx ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \ tcp_wrapper tcpblast tkined tkWWW tintin++ wu-ftpd xarchie \ yale-tftpd ytalk zircon +# RESTRICTED: ivs (crypto) + .include <bsd.port.subdir.mk> |