diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 07:41:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 07:41:00 +0000 |
commit | b1f2a7eea6527144585219b9b9ff065588af8bfa (patch) | |
tree | f033a108a2884d4f90da1189025a4f085454c5f8 /net/Makefile | |
parent | d7fb804ee78fb683c215b855dd2ef8543fd8946c (diff) |
Enable dgd-lpmud now that it compiles & packages.
Submitted by: adam
Notes
Notes:
svn path=/head/; revision=2407
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 6819d24a122c..91b22d13fe55 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.59 1995/10/13 09:19:57 asami Exp $ +# $Id: Makefile,v 1.60 1995/10/20 07:54:54 asami Exp $ # RESTRICTED += Mosaic # requires Motif, Mosaic itself isn't @@ -8,7 +8,7 @@ RESTRICTED += Mosaic # requires Motif, Mosaic itself isn't SUBDIR += cern_linemode SUBDIR += chimera SUBDIR += dgd - BROKEN += dgd-lpmud + SUBDIR += dgd-lpmud SUBDIR += dip SUBDIR += fspclient SUBDIR += gated |