X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/285dd90c37dedf44b18d9a1720124e5eb1bbc622..ac2f15b3eadabcc5cceb4bb7f642395e9616a902:/syslogd.tproj/Makefile.postamble diff --git a/syslogd.tproj/Makefile.postamble b/syslogd.tproj/Makefile.postamble index 60da20d..3dc97c4 100644 --- a/syslogd.tproj/Makefile.postamble +++ b/syslogd.tproj/Makefile.postamble @@ -109,3 +109,8 @@ STRIPFLAGS = # target runs. Such rules should be specified with the '::' syntax rather than # a single colon. VPATH += :../wall.tproj + +# a rule with which to install the man page +install-man-page: + install -d $(DSTROOT)/usr/share/man/man5 + install -c -m 444 syslog.conf.5 $(DSTROOT)/usr/share/man/man5/syslog.conf.5