6 lines
116 B
Makefile
6 lines
116 B
Makefile
DIR = /usr/share/man
|
|
MANS = rc-status.8 rc-update.8 start-stop-daemon.8
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/default.mk
|