zone.lisp: Abstract out Bind hex output from `zone-write-raw-rrdata'.
[zone] / zone.asd
index 8d44774..b0544a1 100644 (file)
--- a/zone.asd
+++ b/zone.asd
@@ -5,8 +5,11 @@
   :version "1.0.0"
   :author "Mark Wooding <mdw@distorted.org.uk>"
   :depends-on ("mdw" #+ecl "cffi" #+sbcl "sb-bsd-sockets")
-  :components ((:file "sys")
+  :components ((:file "net-package")
+              (:file "sys")
               (:file "net")
+              (:file "addr-family-ipv4")
+              (:file "addr-family-ipv6")
               (:file "serv")
               (:file "zone")
               (:file "frontend"))