diff options
author | rvb <rvb> | 1998-10-05 23:07:33 +0000 |
---|---|---|
committer | rvb <rvb> | 1998-10-05 23:07:33 +0000 |
commit | 611f5ea1991ab95c0ab664a23d8857c978d48704 (patch) | |
tree | 8c8ade8f6331ad95257b91c324fd9a6ced64fb14 /net | |
parent | f14a4adbe41d2d5d537b5e8a2d6d52aa20a7d838 (diff) | |
download | pkgsrc-611f5ea1991ab95c0ab664a23d8857c978d48704.tar.gz |
Coda is now built from the net Makefile
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index fb7d3f66427..d6f144179ab 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 1998/09/30 20:51:09 kim Exp $ +# $NetBSD: Makefile,v 1.38 1998/10/05 23:07:33 rvb Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -10,6 +10,10 @@ # SUBDIR += bb SUBDIR += bing # SUBDIR += cap + SUBDIR += coda_client + SUBDIR += coda_doc + SUBDIR += coda_intro + SUBDIR += coda_server # SUBDIR += cvsup # SUBDIR += cvsup-mirror # SUBDIR += delegate |