diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-31 09:27:20 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-31 09:27:20 +0000 |
commit | c43a2f9b0060bc17458073c4c45f1f8696be54cb (patch) | |
tree | 1e9c10ff3ed401dfc6da6e197248bc22921306a6 /net/Makefile | |
parent | Import of the first alpha version of zebra (diff) |
Enable the zebra port
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 070152e0dd64..8f7ce6781e7b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.159 1998/05/25 23:24:29 obrien Exp $ +# $Id: Makefile,v 1.160 1998/05/27 16:54:41 mph Exp $ # SUBDIR += SSLtelnet @@ -119,6 +119,7 @@ SUBDIR += xipmsg SUBDIR += yale-tftpd SUBDIR += ytalk + SUBDIR += zebra SUBDIR += zephyr SUBDIR += zircon SUBDIR += ztelnet |