# 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