From de6fc7a90f222bef3a823fa4d2a545ffe20b84c6 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 12 Oct 2003 01:21:35 +0000 Subject: [PATCH] Build fixes. Organization: Straylight/Edgeware From: mdw --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8f68d52..04789bd 100644 --- a/Makefile +++ b/Makefile @@ -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) -- [mdw]