Makefile.postamble   [plain text]


INSTALL_PERMISSIONS = 4555    # If set, 'install' chmod's executable to this
install-man-page:
	install -d "$(DSTROOT)/usr/share/man/man8"
	install -c -m 644 route.8 "$(DSTROOT)/usr/share/man/man8/route.8"