diff options
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile new file mode 100644 index 00000000..8c6b3cf8 --- /dev/null +++ b/man/Makefile @@ -0,0 +1,5 @@ +DIR = /usr/share/man +MANS = rc-depend.8 rc-status.8 rc-update.8 start-stop-daemon.8 + +TOPDIR = .. +include $(TOPDIR)/default.mk |