Bring `z' into the fold.
[misc] / Makefile
index 8f68d52..d74a070 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
@@ -56,7 +56,7 @@ man8dir = $(mandir)/man8
 libdir = $(prefix)/lib
 perllibdir = $(libdir)/site_perl
 
-all: $(BUILDFILES) $(PROGS) $(OTHERS)
+all: $(BUILDFILES) $(PROGS) $(LIBS)
 
 install: all
        [ -d $(libdir) ] || install -d $(libdir)
@@ -99,7 +99,7 @@ if-mtu: if-mtu.o
        $(LINK)
 
 shadowfix.8: shadowfix
-       pod2man shadowfix >shadowfix.8.new
+       pod2man --section 8 shadowfix >shadowfix.8.new
        mv shadowfix.8.new shadowfix.8
 
 clean:; rm -f *.o *~ $(PROGS) $(OTHERS)