diff options
author | asami <asami@FreeBSD.org> | 1995-11-09 15:41:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-09 15:41:00 +0800 |
commit | fabc6c829c346d9aa5e69a3df7708fbdbbb45b94 (patch) | |
tree | d9be2de5e9a9604c31f18cd98ab12967b442d1dd /net | |
parent | d7b1362ddfcfe86241e0734ab65db69e66a0fe98 (diff) | |
download | freebsd-ports-gnome-fabc6c829c346d9aa5e69a3df7708fbdbbb45b94.tar.gz freebsd-ports-gnome-fabc6c829c346d9aa5e69a3df7708fbdbbb45b94.tar.zst freebsd-ports-gnome-fabc6c829c346d9aa5e69a3df7708fbdbbb45b94.zip |
Enable dgd-lpmud now that it compiles & packages.
Submitted by: adam
Diffstat (limited to 'net')
-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 |