diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-11-01 02:37:35 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-11-01 02:37:35 +0000 |
commit | 61ce7c4a2259f61bcaf6921e0cd4578dd8b7a638 (patch) | |
tree | 04a75a3adb415f5535d73ef864a7fdd72f1272ac /lang/modula-3-socks/files/Makefile.top | |
parent | c6d7927bae4a72603faf49a551c3c1c4155028af (diff) | |
download | ports-61ce7c4a2259f61bcaf6921e0cd4578dd8b7a638.tar.gz ports-61ce7c4a2259f61bcaf6921e0cd4578dd8b7a638.zip |
This package implements SOCKS support for Modula-3 applications. It
will be used to support SOCKS operation in the soon-to-be-released next
version of CVSup.
A tip of the hat to: Darryl Okahata, who developed the patches
necessary to make the SOCKS library work with Modula-3's multithreaded
I/O system.
Notes
Notes:
svn path=/head/; revision=4225
Diffstat (limited to 'lang/modula-3-socks/files/Makefile.top')
-rw-r--r-- | lang/modula-3-socks/files/Makefile.top | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/modula-3-socks/files/Makefile.top b/lang/modula-3-socks/files/Makefile.top new file mode 100644 index 000000000000..0e015de14485 --- /dev/null +++ b/lang/modula-3-socks/files/Makefile.top @@ -0,0 +1,3 @@ +SUBDIR= libm3socks m3socks + +.include <bsd.subdir.mk> |