From 5f8cf73b22b259658d92397f3e6478ef80ed5691 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 19 Nov 2007 13:48:43 +0000 Subject: Our build chain now works with GNU and BSD make implementations --- man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/Makefile') diff --git a/man/Makefile b/man/Makefile index ab9803b..b3f4921 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,5 +1,5 @@ -DIR = /usr/share/man -MANS = rc-status.8 rc-update.8 start-stop-daemon.8 +DIR = /usr/share/man/man8 +CONF = rc-status.8 rc-update.8 start-stop-daemon.8 TOPDIR = .. include $(TOPDIR)/default.mk -- cgit v1.2.3