diff options
author | asami <asami@FreeBSD.org> | 1995-08-21 17:41:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-21 17:41:42 +0800 |
commit | 1e254a91d2b038a8acd2da725ab198c9fac3cbaa (patch) | |
tree | b598767eef8f37a5c29d9cc6cbcaaec5e6bfce5a /net/Makefile | |
parent | 737f98f17593402e03ec8c64e81eb630f5de298e (diff) | |
download | freebsd-ports-gnome-1e254a91d2b038a8acd2da725ab198c9fac3cbaa.tar.gz freebsd-ports-gnome-1e254a91d2b038a8acd2da725ab198c9fac3cbaa.tar.zst freebsd-ports-gnome-1e254a91d2b038a8acd2da725ab198c9fac3cbaa.zip |
Added netscape in SUBDIR list. It is NO_PACKAGE so we are safe.
Diffstat (limited to 'net/Makefile')
-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 |