diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-13 09:19:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-13 09:19:57 +0000 |
commit | dbc989746170982ec6ade8f71a5f1af1cef9f79f (patch) | |
tree | a09073e208e9948d9a5ec34dfc5d07fa29f3eb2c /net | |
parent | 29d905c11cb65043f57e808a66be7ae88c4c6f9f (diff) | |
download | freebsd-ports-dbc989746170982ec6ade8f71a5f1af1cef9f79f.zip |
Add netscape2.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 3bd3936201a1..4af77957c91a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.57 1995/10/05 09:41:54 asami Exp $ +# $Id: Makefile,v 1.58 1995/10/12 07:43:30 asami Exp $ # RESTRICTED += Mosaic # requires Motif, Mosaic itself isn't @@ -23,6 +23,7 @@ RESTRICTED += ivs # crypto, export controlled SUBDIR += moxftp SUBDIR += ncftp2 SUBDIR += netscape + SUBDIR += netscape2 SUBDIR += nv SUBDIR += pcnfsd SUBDIR += pmf |