diff options
author | Adam David <adam@FreeBSD.org> | 1996-06-19 20:09:49 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-06-19 20:09:49 +0000 |
commit | 25d1111b1d0edde5ee03864c2dd162c00d812047 (patch) | |
tree | 0b95ac6cfa209c800596ad22754ad6a9f0317a73 /net/Makefile | |
parent | a8e9517303882dcd6bf50fa97265021b75984515 (diff) |
add dgd-net
Notes
Notes:
svn path=/head/; revision=3256
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 c053286ae617..bac08ee3b385 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.68 1996/05/04 01:58:38 asami Exp $ +# $Id: Makefile,v 1.69 1996/05/04 02:49:38 asami Exp $ # SUBDIR += archie SUBDIR += dgd SUBDIR += dgd-lpmud + SUBDIR += dgd-net SUBDIR += dip SUBDIR += fspclient SUBDIR += ftptool |