X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/51a6847e534bc908f97f068c5ed82ed11c85ce15..1a339c77202274463e6150bea957ddf53b800815:/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)