diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-23 08:39:13 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-23 08:39:13 +0000 |
commit | c23827044fa177f6e549d75593d493a5020ec91e (patch) | |
tree | 60a777ca9627c55cd31bd2902042d6e55796f5b1 | |
parent | Fix core dump due to miscalucalting length of malloc() string. Bug (diff) |
This time i didn't forget to include "dip". :-)
Notes
Notes:
svn path=/head/; revision=2177
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index c58b45a8aebf..2b8387fa2136 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.52 1995/08/26 07:49:59 asami Exp $ +# $Id: Makefile,v 1.53 1995/08/28 13:29:37 jkh Exp $ # SUBDIR += apache @@ -8,6 +8,7 @@ SUBDIR += chimera SUBDIR += dgd BROKEN += dgd-lpmud + SUBDIR += dip SUBDIR += fspclient SUBDIR += gated SUBDIR += gn |