diff options
author | Roy Marples <roy@marples.name> | 2007-11-19 13:48:43 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-19 13:48:43 +0000 |
commit | 5f8cf73b22b259658d92397f3e6478ef80ed5691 (patch) | |
tree | 56b3aee976fcb92d04d406860081daaed8c7208c /man | |
parent | 2ef9c5c5208d6d911c3826d94ac72c2bd9813c2c (diff) |
Our build chain now works with GNU and BSD make implementations
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile b/man/Makefile index ab9803b7..b3f49216 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 |