X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/e926682641174e963e81bbe18ab1df3cb90db0f3..db43369d61d700b1d0100998a2d9ecefe28ff8d4:/zone.asd diff --git a/zone.asd b/zone.asd index 0396a19..b0544a1 100644 --- a/zone.asd +++ b/zone.asd @@ -4,8 +4,13 @@ :description "Generation of DNS zone files" :version "1.0.0" :author "Mark Wooding " - :depends-on ("mdw" #+ecl "cffi") - :components ((:file "net") + :depends-on ("mdw" #+ecl "cffi" #+sbcl "sb-bsd-sockets") + :components ((:file "net-package") + (:file "sys") + (:file "net") + (:file "addr-family-ipv4") + (:file "addr-family-ipv6") + (:file "serv") (:file "zone") (:file "frontend")) :serial t)