diff options
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile index f6c77129..ddc38a9b 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,5 +1,5 @@ DIR = /usr/share/man/man8 -INC = rc-status.8 rc-update.8 start-stop-daemon.8 +INC = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk |