Initial checkin of common-net.
[lisp-utils.git] / common-net.asd
diff --git a/common-net.asd b/common-net.asd
new file mode 100644 (file)
index 0000000..5546fc8
--- /dev/null
@@ -0,0 +1,8 @@
+(defsystem :common-net
+  :serial t
+  :depends-on (:charcode)
+  :components ((:file "common-net")
+              #+sbcl (:file "net-sbcl")
+              #+ecl (:file "net-ecl")
+              #+(or sbcl ecl) (:file "net-sb-bsd")               ; ECL uses SB-BSD-SOCKETS
+              #+clisp (:file "net-clisp")))