diff options
author | asami <asami@FreeBSD.org> | 1997-07-29 15:09:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-29 15:09:35 +0800 |
commit | 8c61560bdb09b44f2428b2a9618c0270a703d207 (patch) | |
tree | c9ec1b96d3df42453897ce7a7cf8ec3e2b087cd5 /net/Makefile | |
parent | 776bb64a6cc0ad3f0f7fe5cf30f7f697c0c649df (diff) | |
download | freebsd-ports-gnome-8c61560bdb09b44f2428b2a9618c0270a703d207.tar.gz freebsd-ports-gnome-8c61560bdb09b44f2428b2a9618c0270a703d207.tar.zst freebsd-ports-gnome-8c61560bdb09b44f2428b2a9618c0270a703d207.zip |
Add netatalk.
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 ac9dc9b407a1..545f4a93d65c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.113 1997/07/02 15:12:22 wosch Exp $ +# $Id: Makefile,v 1.114 1997/07/15 14:10:34 tg Exp $ # SUBDIR += archie @@ -36,6 +36,7 @@ SUBDIR += moxftp SUBDIR += ncftp SUBDIR += ncftp2 + SUBDIR += netatalk SUBDIR += netcat SUBDIR += p5-Archie SUBDIR += p5-Net |