diff options
-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> |