diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-21 09:41:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-21 09:41:42 +0000 |
commit | 10e76ba7c334d583ffe93781702a3f45700398c7 (patch) | |
tree | af451818fc8765d0ee31f7790d93547c4f3722aa /net | |
parent | 22e47261bc65dbf8a94f92b9cc6e9a6e500e1e31 (diff) | |
download | freebsd-ports-10e76ba7c334d583ffe93781702a3f45700398c7.zip |
Added netscape in SUBDIR list. It is NO_PACKAGE so we are safe.
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 d027e3200172..a0bb76850da1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.49 1995/08/02 11:03:40 asami Exp $ +# $Id: Makefile,v 1.50 1995/08/21 07:27:37 asami Exp $ # SUBDIR += archie @@ -19,6 +19,7 @@ RESTRICTED += ivs # crypto, export controlled SUBDIR += mirror SUBDIR += moxftp SUBDIR += ncftp2 + SUBDIR += netscape SUBDIR += nv SUBDIR += pcnfsd SUBDIR += pmf |