diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 02:56:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-18 02:56:35 +0000 |
commit | afd9476ed036f122dac52af389e0f0e7ce562d16 (patch) | |
tree | 5ac99328e5fe74254c1d4d07be771fef59452b24 /net | |
parent | 88c444ff0eb44e5211eb7e9d1e6ee6073ea8006f (diff) |
Comment out the zebra-pj port, which is breaking the INDEX build.
Pointy hat to: sumikawa
Notes
Notes:
svn path=/head/; revision=85086
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 69e2e8a1af7b..1f705d093200 100644 --- a/net/Makefile +++ b/net/Makefile @@ -744,7 +744,7 @@ SUBDIR += ytalk SUBDIR += zebra SUBDIR += zebra-devel - SUBDIR += zebra-pj +# SUBDIR += zebra-pj SUBDIR += zebra-server SUBDIR += ztelnet |