chiark / gitweb /
Bring `z' into the fold.
[misc] / Makefile
index 04789bda3a09579322f87327369d8ebb189d752a..d74a07068e3e416f6069a805532090773c283d8a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ VERSION = 1.1.0
 
 BINSCRIPTS = \
        cdb-assign cdb-list check-sender \
-       unfwd splitconf
+       unfwd splitconf z
 
 SBINSCRIPTS = \
        shadowfix
@@ -14,7 +14,7 @@ SBINSCRIPTS = \
 SCRIPTS = $(BINSCRIPTS) $(SBINSCRIPTS)
 
 BINPROGS = \
-        not \
+       not \
        cdb-probe cdb-check-domain \
        gorp \
        locking if-mtu
@@ -30,7 +30,7 @@ LIBS = \
        xtitle.so
 
 MAN1 = \
-       not.1 \
+       not.1 z.1 \
        cdb-assign.1 cdb-list.1 cdb-probe.1 cdb-check-domain.1 \
        gorp.1 \
        unfwd.1 splitconf.1 locking.1 if-mtu.1