diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-02 11:03:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-02 11:03:40 +0000 |
commit | 76d77bf4968e3aa7b58116c022895cb4b9301fae (patch) | |
tree | 8b676f094e464b90c4abd6708ab7f1b7884e8da6 /net/Makefile | |
parent | 42a5e01daaf804d5ba75b0a7cd30529ca8fea9da (diff) | |
download | ports-76d77bf4968e3aa7b58116c022895cb4b9301fae.tar.gz ports-76d77bf4968e3aa7b58116c022895cb4b9301fae.zip |
Notes
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 8f66f3260834..dfd9cd9f301e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.47 1995/05/19 07:24:45 asami Exp $ +# $Id: Makefile,v 1.48 1995/07/12 23:52:29 asami Exp $ # SUBDIR += archie @@ -39,5 +39,6 @@ RESTRICTED += ivs # crypto, export controlled SUBDIR += yale-tftpd SUBDIR += ytalk SUBDIR += zircon + SUBDIR += zephyr .include <bsd.port.subdir.mk> |