]> git.saurik.com Git - apple/network_cmds.git/blobdiff - syslogd.tproj/Makefile.postamble
network_cmds-176.tar.gz
[apple/network_cmds.git] / syslogd.tproj / Makefile.postamble
index 60da20de01028eabcc99327a320bedc7c9c83888..3dc97c423793f83bd0746e6b28fe5e15068a47ac 100644 (file)
@@ -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